Files
survey-manager/survey-nginx/Dockerfile
Matthew Raymer 43334f4eae Initial commit
2024-07-10 17:19:31 +08:00

10 lines
157 B
Docker

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