diff --git a/source/ticketUI/Dockerfile b/source/ticketUI/Dockerfile index 6a5228b..8edc1a4 100644 --- a/source/ticketUI/Dockerfile +++ b/source/ticketUI/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:latest COPY ./nginx.conf /etc/nginx/conf.d/default.conf -COPY dist/ticket-ui/browser /usr/share/nginx/html +COPY dist/ticket-ui /usr/share/nginx/html EXPOSE 80 \ No newline at end of file