Skip to content

Commit

Permalink
- correct formatting in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
softcoder committed Apr 5, 2024
1 parent f07a5bd commit a1792b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ sudo docker build -t=softcoder/riprunner:latest -f ./docker/2204/Dockerfile .
# To run the docker image
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql softcoder/riprunner:latest

# To run the docker image with some customized views that you have located on the
# 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
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql -v ${PWD}/views-custom:/app/views-custom softcoder/riprunner:latest

# To connect to the running the docker image
Expand Down

0 comments on commit a1792b4

Please sign in to comment.