FROM nginx:latest

COPY nginx.conf /etc/nginx/conf.d/default.conf

RUN mkdir -p /app/pw_dump_images /app/pw_dump_files

EXPOSE 8080 8443
