FROM nginx:alpine

COPY etc/default.conf /etc/nginx/conf.d/default.conf
COPY app/ /usr/share/nginx/html

