fix npm commands
This commit is contained in:
parent
129d2ea4ec
commit
851d2d683f
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm i
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ RUN npm run build
|
||||||
|
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
|
|
||||||
RUN npm ci
|
RUN npm i
|
||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue