Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 333 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 333 Bytes
docker run -d --rm --name app -p 80:80 -v `pwd`/dist:/usr/share/nginx/html:ro \
          --health-cmd="wget -q --spider http://127.0.0.1:80/ || exit 1" \
          --health-start-period=1s \
          --health-interval=1s \
          --health-retries=33 \
          --health-timeout=1s \
           nginx:1.17.6-alpine