FROM nginx:alpine

RUN whoami

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

WORKDIR /usr/share/nginx/html
