parent
480d70d1c2
commit
2e63bf7683
@ -2,6 +2,6 @@ FROM node:alpine
|
||||
WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
RUN npx tsc -b
|
||||
COPY . .
|
||||
RUN npx tsc -b
|
||||
CMD [ "npm", "start" ]
|
Loading…
Reference in New Issue
Block a user