diff --git a/Dockerfile b/Dockerfile index 72cc5399..63b42c78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM nginx RUN mkdir /app -COPY ./dist ./index.html /app/ +COPY ./index.html /app/ +COPY ./dist /app/dist/ COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file