Merge branch 'main' of https://github.com/mazane-front/backoffice
This commit is contained in:
commit
62c4544897
|
|
@ -1,10 +1,10 @@
|
|||
FROM node:18-alpine as builder
|
||||
FROM node:18-alpine AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm ci
|
||||
RUN npm ci --legacy-peer-deps
|
||||
|
||||
COPY . .
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue