Initial commit
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:22.4-slim
|
||||
WORKDIR /work
|
||||
COPY ./package.json ./package-lock.json .
|
||||
RUN npm install
|
||||
COPY ./ .
|
||||
CMD ["npx", "ts-node", "index.ts"]
|
||||
Reference in New Issue
Block a user