fix: i forgor typescript again

This commit is contained in:
2023-07-14 17:35:30 +00:00
committed by GitHub
parent 50628963db
commit 6c78b0471f

View File

@@ -8,6 +8,7 @@ RUN npm install
COPY . .
RUN npm i -g typescript
RUN tsc --build
CMD node dist/index.js