From 51c5dc2e99203d6ac408c06c0622cdd628b451b4 Mon Sep 17 00:00:00 2001 From: Bloodcloak <59000966+bloodcloak@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:49:25 -0500 Subject: [PATCH] build dir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 74df5c3..a357b33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,7 +22,7 @@ RUN \ COPY --chown=1001:1001 package.json ./ COPY --chown=1001:1001 --from=deps /app/node_modules ./node_modules -COPY --chown=1001:1001 --from=builder /app/build ./build +COPY --chown=1001:1001 --from=builder /app/dist ./dist USER nodejs EXPOSE 3000