container: remove redundant step

This commit is contained in:
naskya 2024-08-02 07:35:34 +09:00
parent 94051a8a35
commit 595563c584
No known key found for this signature in database
GPG Key ID: 712D413B3A9FED5C

View File

@ -16,7 +16,6 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
# Build
COPY . ./
RUN pnpm install --frozen-lockfile
RUN cargo fetch --locked --manifest-path Cargo.toml
RUN NODE_ENV='production' NODE_OPTIONS='--max_old_space_size=3072' pnpm run build
# Trim down the dependencies to only those for production