Added champions items (first try)

This commit is contained in:
2024-11-23 16:30:31 +01:00
parent b415cdaa4e
commit 1e1de7bdf2
13 changed files with 1067 additions and 146 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.js" ]