Skip to content

Commit

Permalink
Fix in README.md voor Docker development run commando
Browse files Browse the repository at this point in the history
  • Loading branch information
maartendekeizer committed Feb 26, 2018
1 parent e0449e5 commit 32f8f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ Deze Docker maakt gebruikt van een Docker volume zodat er geen nieuwe build nodi
git clone [email protected]:amsterdam/fixxx-schuldhulp.git
cd fixxx-schuldhulp
docker build -t schuldhulp-app-dev -f Dockerfile-dev .
docker run -p 80:80 --volume .:/srv/app --name schuldhulp-app-dev-instance schuldhulp-app-dev
docker run -p 80:80 --volume "$(pwd)":/srv/app --name schuldhulp-app-dev-instance schuldhulp-app-dev

0 comments on commit 32f8f8c

Please sign in to comment.