From b9a72310363fe7c567fed62bdf9672158bb2acca Mon Sep 17 00:00:00 2001 From: Irwan Cahyono Date: Fri, 8 Aug 2025 02:07:44 +0700 Subject: [PATCH] buld --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b729149..466f520 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM nginx:alpine COPY nginx.conf /etc/nginx/conf.d/default.conf # Copy hasil build -COPY --from=builder /app/dist /usr/share/nginx/html +COPY --from=builder /app/.output/public /usr/share/nginx/html EXPOSE 80