Merge branch 'feature/quota'

This commit is contained in:
Wroclaw 2023-09-21 20:44:37 +02:00
commit a47eb35056
7 changed files with 373 additions and 108 deletions

View file

@ -15,4 +15,4 @@ COPY src ./src
RUN npx tsc
# Run the app
CMD ["node", "dist/index.js"]
CMD ["node", "dist/src/index.js"]