Skip to content

Commit edc515d

Browse files
authored
Create README.md
1 parent 6082885 commit edc515d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nginx/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
```bash
3+
docker run -d --rm --name app -p 80:80 -v `pwd`/dist:/usr/share/nginx/html:ro \
4+
--health-cmd="wget -q --spider http://127.0.0.1:80/ || exit 1" \
5+
--health-start-period=1s \
6+
--health-interval=1s \
7+
--health-retries=33 \
8+
--health-timeout=1s \
9+
nginx:1.17.6-alpine
10+
```

0 commit comments

Comments
 (0)