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