Skip to content

Commit

Permalink
fix: custom webhooks-max-sockets env (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenos authored Jul 2, 2024
1 parent 74492da commit 7376f97
Show file tree
Hide file tree
Showing 30 changed files with 568 additions and 959 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 7376f97

Please sign in to comment.