We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07a5bd commit a1792b4Copy full SHA for a1792b4
docker/README.md
@@ -8,8 +8,7 @@ sudo docker build -t=softcoder/riprunner:latest -f ./docker/2204/Dockerfile .
8
# To run the docker image
9
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql softcoder/riprunner:latest
10
11
-# To run the docker image with some customized views that you have located on the
12
-# local host folder named views-custom
+# To run the docker image with some customized views that you have located on the local host folder named views-custom
13
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql -v ${PWD}/views-custom:/app/views-custom softcoder/riprunner:latest
14
15
# To connect to the running the docker image
0 commit comments