Merge pull request #28541 from overleaf/td-notifications-app-ts
Change notifications app.js to TypeScript GitOrigin-RevId: cb6195e2e8c8cd89e1a954bfcb1911929440d6ca
This commit is contained in:
@@ -24,4 +24,5 @@ COPY services/notifications/ /overleaf/services/notifications/
|
||||
FROM app
|
||||
USER node
|
||||
|
||||
CMD ["node", "--expose-gc", "app.js"]
|
||||
CMD ["node", "--expose-gc", "app.ts"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user