mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
revert: all the above
This commit is contained in:
@@ -1,15 +1,13 @@
|
||||
FROM node:lts-slim
|
||||
FROM node:alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json ./
|
||||
|
||||
RUN apt update;apt install python3 make -y
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN npm install -g ts-node typescript
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ts-node index.ts
|
||||
CMD node --loader ts-node/esm ./index.ts
|
||||
Reference in New Issue
Block a user