From 1ff4de8680f60f1fe94a2026c59032ef58bc072e Mon Sep 17 00:00:00 2001 From: Nite07 Date: Tue, 17 Sep 2024 19:00:29 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-standard-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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