We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25d58c2 commit a477493Copy full SHA for a477493
nginx/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM nginx:stable-alpine
2
+MAINTAINER Maksim Kostromin <[email protected]>
3
+RUN apk --no-cache add curl
4
+HEALTHCHECK --interval=30s --timeout=30s --retries=10 CMD curl -f http://127.0.0.1:80/ || exit 1
5
+COPY ./www /usr/share/nginx/html
0 commit comments