container (minor): update Dockerfile

This commit is contained in:
naskya 2024-04-27 06:09:05 +09:00
parent 2ccc45cfad
commit c89525d151
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -34,6 +34,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate && pnpm install -
# Copy in the rest of the rust files
COPY packages/backend-rs packages/backend-rs/
# COPY packages/macro-rs packages/macro-rs/
# Compile backend-rs
RUN NODE_ENV='production' pnpm run --filter backend-rs build