FROM nginx
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
WORKDIR /var/www
COPY ./dist/ emergency_management_frontend/
EXPOSE 5400