This commit is contained in:
@@ -13,6 +13,6 @@ ENV NODE_ENV ${ENV:-production}
|
||||
WORKDIR /home/node/app
|
||||
COPY package*.json ./
|
||||
RUN yarn install --frozen-lockfile --production
|
||||
COPY --from=0 /home/node/app/dist/**/*.js .
|
||||
COPY --from=0 /home/node/app/dist .
|
||||
EXPOSE ${PORT}
|
||||
CMD ["node","server/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user