Initial commit

This commit is contained in:
Matthew Raymer
2024-07-10 17:19:31 +08:00
commit 43334f4eae
9 changed files with 97 additions and 0 deletions

9
survey-nginx/Dockerfile Normal file
View 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