diff --git a/Dockerfile b/Dockerfile index 3be3dd2..bebe6d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,5 @@ RUN bun install --frozen-lockfile && \ bun --cwd=./packages/server node:build && \ bun --cwd=./packages/webapp run build && \ bun clean:cache && \ - bun clean:node && \ + bun clean:modules && \ bun install --frozen-lockfile --production