test install
This commit is contained in:
parent
a888739f38
commit
15f351f6e7
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ WORKDIR /app
|
||||||
# Install app dependencies
|
# Install app dependencies
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm i
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
@ -24,7 +24,7 @@ WORKDIR /app
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
# COPY .env ./
|
# COPY .env ./
|
||||||
|
|
||||||
RUN npm ci --production
|
RUN npm i --production
|
||||||
|
|
||||||
COPY --from=builder /app/dist ./dist
|
COPY --from=builder /app/dist ./dist
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue