Skip to content

Commit

Permalink
Update Dockerfile (#1823)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangmy21 committed May 18, 2024
1 parent b047b3b commit effad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile --no-cache
COPY . .

# Build
RUN yarn build
RUN NODE_OPTIONS="--max_old_space_size=4096" yarn build


# Runner stage
Expand Down

0 comments on commit effad44

Please sign in to comment.