diff --git a/Dockerfile b/Dockerfile
index 22c203f5e5496151733f9c435c7825fa11ab55cb..ee3a30a3c17d3952aac636b75b491b69f566f179 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -32,7 +32,7 @@ ARG NODE_ENV=production
 RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
 	pnpm i --frozen-lockfile --aggregate-output
 
-ARG NODE_ENV=production
+COPY --link . ./
 
 RUN git submodule update --init
 RUN pnpm build