Fixed helper containers
All checks were successful
pipeline / build-and-push-images (push) Successful in 19s
pipeline / deploy (push) Successful in 56s

This commit is contained in:
2025-01-03 20:03:10 +01:00
parent fb4580d26a
commit 37e49109f6
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -5,4 +5,4 @@ USER node
COPY --chown=node:node package*.json ./
RUN npm install
COPY --chown=node:node . .
CMD /bin/bash -c "node --import=tsc index.ts && sleep 1h"
CMD /bin/sh -c "node --import=tsx index.ts && sleep 1h"