diff --git a/Dockerfile-standard-notes b/Dockerfile-standard-notes index 19b09a4..0c99ff7 100644 --- a/Dockerfile-standard-notes +++ b/Dockerfile-standard-notes @@ -8,5 +8,5 @@ RUN yarn build:web FROM nginx:alpine WORKDIR /usr/share/nginx/html -COPY --from=builder /app/packages/web . +COPY --from=builder /app/packages/web/dist . CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file