Skip to content

Commit a1792b4

Browse files
committed
- correct formatting in readme
1 parent f07a5bd commit a1792b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ sudo docker build -t=softcoder/riprunner:latest -f ./docker/2204/Dockerfile .
88
# To run the docker image
99
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql softcoder/riprunner:latest
1010

11-
# To run the docker image with some customized views that you have located on the
12-
# local host folder named views-custom
11+
# To run the docker image with some customized views that you have located on the local host folder named views-custom
1312
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql -v ${PWD}/views-custom:/app/views-custom softcoder/riprunner:latest
1413

1514
# To connect to the running the docker image

0 commit comments

Comments
 (0)