fix ci
This commit is contained in:
parent
aacc685da1
commit
6002368f3b
3 changed files with 3 additions and 5 deletions
|
@ -12,10 +12,10 @@ RUN npm prune --production
|
|||
FROM node:16-alpine
|
||||
|
||||
COPY --from=BUILD_IMAGE /node_modules ./node_modules
|
||||
COPY /dist ./dist
|
||||
COPY --from=BUILD_IMAGE /dist ./dist
|
||||
COPY package*.json ./
|
||||
COPY tsconfig.json ./
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "start"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue