FROM nginx:mainline-alpine COPY . /usr/share/nginx/html/ COPY app.conf /etc/nginx/nginx.conf EXPOSE 4242 VOLUME [ "/usr/share/nginx/html/local_art" ]