From 4e90de5467eef27de7003c411541c476f9e460e7 Mon Sep 17 00:00:00 2001 From: fredodiable Date: Tue, 15 Aug 2023 01:14:41 +0200 Subject: [PATCH] Edited docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b49d5819..2aacd7b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ WORKDIR /app # Copy files from context (this allows the files to copy before the builder stage is done). COPY --link --chown=1000:1000 package.json next.config.js ./ COPY --link --chown=1000:1000 /public ./public/ -COPY --link /node_modules/.pnpm/compressjs@1.0.3/node_modules/compressjs/lib/ ./node_modules/.pnpm/compressjs@1.0.3/node_modules/compressjs/lib/ +COPY --link /node_modules/.pnpm/compressjs@1.0.3/node_modules/compressjs/lib/ /app/node_modules/.pnpm/compressjs@1.0.3/node_modules/compressjs/lib/ # Copy files from builder COPY --link --from=builder --chown=1000:1000 /app/.next/standalone ./