Initial commit
This commit is contained in:
9
survey-nginx/Dockerfile
Normal file
9
survey-nginx/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx:1.27.0-alpine-perl
|
||||
|
||||
RUN apk update
|
||||
RUN apk add bash curl
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ADD ./nginx.conf /etc/nginx/nginx.conf
|
||||
RUN rm /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user