diff --git a/Dockerfile b/Dockerfile index f36e23c..404513b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,5 +6,5 @@ RUN npm install && npm run build FROM nginx RUN mkdir /app -COPY --from=0 /app/dist /app +COPY --from=0 /app/build /app COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file