Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Merge pull request #89 from bcgov/chore/dockerfile
Browse files Browse the repository at this point in the history
chore: remove max-old-space-size option in dockerfile
  • Loading branch information
junminahn committed Dec 7, 2023
2 parents 167ed09 + fba8876 commit 8d07897
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 @@ -14,4 +14,4 @@ RUN apk update && \

EXPOSE 4000

CMD ["--max-old-space-size=50", "./dist/index.js"]
CMD ["./dist/index.js"]

0 comments on commit 8d07897

Please sign in to comment.