FROM nginx:latest COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY dist/ticket-ui/browser /usr/share/nginx/html EXPOSE 80