Skip to content

Commit

Permalink
update run script
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpieters committed Dec 20, 2023
1 parent 7aaae7a commit b700a60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/run_web_server_docker.sh
@@ -1,2 +1,2 @@
docker build -t phpserver:latest .
docker run -p 80:80 -v ${PWD}:/workdir phpserver:latest /workdir/scripts/run_web_server.sh
# build the docker image: docker build -t phpserver:latest .
docker run --rm -p 80:80 -v ${PWD}:/workdir phpserver:latest /workdir/scripts/run_web_server.sh

0 comments on commit b700a60

Please sign in to comment.