Add node_modules to Dockerfile
This commit is contained in:
@@ -9,6 +9,7 @@ WORKDIR /app
|
||||
ENV NODE_ENV=production
|
||||
|
||||
COPY ./dist /app/dist
|
||||
COPY ./node_modules /app/node_modules
|
||||
COPY ./package.json /app/package.json
|
||||
COPY ./package-lock.json /app/package-lock.json
|
||||
|
||||
|
||||
Reference in New Issue
Block a user