Skip to content

Commit cd48b55

Browse files
committed
Fix dockerfile
1 parent 6dabb56 commit cd48b55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ COPY --from=prod-deps /temp/node_modules/ node_modules/
3939
COPY --from=build-server /app/apps/server/ apps/server/
4040
COPY --from=build-server /app/packages/ packages/
4141
COPY --from=build-server /app/package.json .
42+
RUN bun install --production
4243
COPY docker/Caddyfile /etc/caddy/Caddyfile
4344
COPY docker/entrypoint.sh .
4445
ARG APP_VERSION=dev

0 commit comments

Comments
 (0)