New container sleep :)
Some checks failed
pipeline / build-and-push-images (push) Successful in 45s
pipeline / deploy (push) Failing after 6s

This commit is contained in:
2025-01-03 19:43:13 +01:00
parent 6e1fb78f8f
commit 4688292dd6
3 changed files with 6 additions and 5 deletions

View File

@@ -5,4 +5,4 @@ USER node
COPY --chown=node:node package*.json ./
RUN npm install
COPY --chown=node:node . .
CMD [ "node", "--import=tsx", "index.js" ]
CMD /bin/bash -c "node --import=tsx index.js && sleep 20h"