FROM nginx:1.17.6

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

COPY . /app

WORKDIR /app

RUN chown -R www-data:www-data /app