refactor/match_collector: change folder structure
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 /bin/sh -c "node --import=tsx index.ts; sleep 20h"
|
||||
CMD ["/bin/sh", "-c", "node --import=tsx src/index.ts; sleep 20h"]
|
||||
Reference in New Issue
Block a user