production_server
This commit is contained in:
parent
567ea23583
commit
1af9eb32f2
|
@ -2,7 +2,8 @@ FROM node:16-alpine as build
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json .
|
||||
COPY package.json .
|
||||
COPY package-lock.json .
|
||||
|
||||
RUN npm install
|
||||
|
||||
|
|
Loading…
Reference in New Issue