Skip to content

Commit a477493

Browse files
authored
Create Dockerfile
1 parent 25d58c2 commit a477493

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nginx/Dockerfile

+5
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)