use npm install
This commit is contained in:
parent
99c3eb762e
commit
27f53b252d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ WORKDIR /app
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
|
|
||||||
# Copy source files and build the app
|
# Copy source files and build the app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue