New container sleep :)
This commit is contained in:
@@ -5,4 +5,4 @@ USER node
|
||||
COPY --chown=node:node package*.json ./
|
||||
RUN npm install
|
||||
COPY --chown=node:node . .
|
||||
CMD [ "node", "--import=tsx", "index.ts" ]
|
||||
CMD /bin/bash -c "node --import=tsc index.ts && sleep 1h"
|
||||
Reference in New Issue
Block a user