Fix patch_detector :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 14s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-13 19:12:10 +01:00
parent f4cf64e164
commit e6848435d4
3 changed files with 512 additions and 4 deletions

View File

@@ -5,4 +5,4 @@ USER node
COPY --chown=node:node package*.json ./
RUN npm install
COPY --chown=node:node . .
CMD [ "node", "index.js" ]
CMD [ "node", "--import=tsx", "index.ts" ]