container: remove redundant step
This commit is contained in:
parent
94051a8a35
commit
595563c584
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue