Skip to content

Commit 6785e8e

Browse files
committed
Update README.md
1 parent 7384d4c commit 6785e8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.git
12
.gitattributes
23
.gitignore
34
docker-test.sh

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Start your image binding external port 80 in all interfaces to your container:
2525

2626
```sh
2727
$ docker run --name pw-project \
28-
-v $PWD:/var/www/pw \
2928
-p 80:80 \
3029
-d suzel/docker-processwire
3130
```

0 commit comments

Comments
 (0)