aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 2d9462db..8fc3997c 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -91,7 +91,7 @@ COPY --from=base --chown=node:node /app/apps/web/.next/static ./apps/web/.next/s
# Prepare the workers app
######################
COPY --from=base /prod/workers /app/apps/workers
-RUN corepack enable
+RUN corepack enable && corepack pack
ENTRYPOINT ["/init"]