From 6c35a9eaba4dc8289e36f4e73345dfcb16ac75ef Mon Sep 17 00:00:00 2001 From: fredodiable Date: Tue, 15 Aug 2023 00:48:11 +0200 Subject: [PATCH] Edited docker file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cdce22a7..b49d5819 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/ ./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 ./