forked from tongpitse/fixxx-schuldhulp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix in README.md voor Docker development run commando
- Loading branch information
1 parent
e0449e5
commit 32f8f8c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|