update
This commit is contained in:
@@ -8,11 +8,11 @@ COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN npm i -g nest
|
||||
COPY . .
|
||||
|
||||
RUN npm run build
|
||||
|
||||
RUN npm i -g nest
|
||||
RUN ls
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user