Skip to content

Commit

Permalink
hotfix 2 for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
soletsdev committed Feb 26, 2024
1 parent 2e9ff9b commit 73eaa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ RUN npm ci
COPY . /api
RUN npm run build
EXPOSE 443 3000
CMD ["node", "--max-old-space-size=250", "-r module-alias/register", "./dist/src/report-generation-application.js"]
CMD ["node", "--max-old-space-size=250", "-r", "module-alias/register", "./dist/src/report-generation-application.js"]

0 comments on commit 73eaa4c

Please sign in to comment.