mirror of
https://github.com/p-stream/backend.git
synced 2026-04-21 12:02:18 +00:00
Change Dockerfile to use npm install instead of npm ci to match CI workflow
This commit is contained in:
parent
3cd214d58a
commit
7af2e9e526
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm install
|
||||||
|
|
||||||
ARG DATABASE_URL
|
ARG DATABASE_URL
|
||||||
ARG DATABASE_URL_DOCKER
|
ARG DATABASE_URL_DOCKER
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue