diff --git a/Dockerfile b/Dockerfile index 9eee385..7da4e25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ EXPOSE 80 FROM nginx:latest COPY ./nginx.conf /etc/nginx/conf.d/default.conf -COPY dist/troop20web /usr/share/nginx/html +COPY source/dist/troop20web /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file