FROM nginx:alpine

WORKDIR "/app"

ARG APP_BASE_DIR
COPY $APP_BASE_DIR .
RUN cp docker/nginx/default.conf /etc/nginx/conf.d/default.conf