FROM nginx:1.19-alpine
COPY docker/nginx/application.conf /etc/nginx/conf.d/default.conf
# TODO copy only static resources
COPY . /app
WORKDIR /app