Skip to content

Commit 7376f97

Browse files
authored
fix: custom webhooks-max-sockets env (#512)
1 parent 74492da commit 7376f97

30 files changed

+568
-959
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ COPY --from=production-deps /app/node_modules node_modules
3333
COPY --from=build /app/dist dist
3434

3535
EXPOSE 5000
36-
CMD ["node", "dist/server.js"]
36+
CMD ["node", "dist/start/server.js"]

0 commit comments

Comments
 (0)