Convert to Typescript

This commit is contained in:
2024-09-16 09:56:40 +00:00
parent a89150fc2f
commit 6a59118f4a
42 changed files with 2916 additions and 785 deletions

View File

@@ -13,6 +13,9 @@ USER nodejs
# Install
RUN npm install
# Build
RUN npm run build
# Start the app
ENTRYPOINT ["npm", "run"]
CMD ["start"]