FROM nginx:1.18.0-alpine

WORKDIR /application

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

EXPOSE 80
EXPOSE 443
