Skip to content

Commit

Permalink
fix: custom webhooks-max-sockets env
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos committed Jul 2, 2024
1 parent 74492da commit 53e40e0
Show file tree
Hide file tree
Showing 28 changed files with 560 additions and 957 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ COPY --from=production-deps /app/node_modules node_modules
COPY --from=build /app/dist dist

EXPOSE 5000
CMD ["node", "dist/server.js"]
CMD ["node", "dist/start/server.js"]
Loading

0 comments on commit 53e40e0

Please sign in to comment.