fix: oops

This commit is contained in:
2023-01-28 10:02:15 +01:00
parent 9365e6a2e0
commit 633fccdcb6
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ RUN npm install
COPY . .
RUN tsc --build
RUN npm run build
CMD node dist/index.js