diff --git a/source/ticketUI/Dockerfile b/source/ticketUI/Dockerfile index 951f4e3..635f44e 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 /usr/share/nginx/html +COPY dist/browser /usr/share/nginx/html EXPOSE 80 \ No newline at end of file