From 6e768d7409233c524572d78759b3dee412041ca1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 28 Mar 2025 23:22:55 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1af577670..4f820b262 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,7 +47,7 @@ WORKDIR /app ENV NODE_ENV=production # Copy only necessary files from the build stage -COPY --from=builder --chown=1000:1000 /app/.next/standalone/ ./ +COPY --from=builder --chown=1000:1000 /app/.next/standalone ./ COPY --from=builder --chown=1000:1000 /app/.next/static ./.next/static COPY --from=builder --chown=1000:1000 /app/public ./public COPY --from=builder --chmod=755 /app/docker-entrypoint.sh /usr/local/bin/