1
This commit is contained in:
parent
3804e13f65
commit
294bf07841
@ -7,7 +7,7 @@ ARG BACKEND_URL=http://localhost:8000
|
||||
|
||||
COPY package.json package-lock.json* yarn.lock* ./
|
||||
ENV NEXT_IGNORE_INCORRECT_LOCKFILE=1
|
||||
RUN npm ci && npm install --no-save @next/swc-linux-x64-gnu@14.2.33
|
||||
RUN npm install --include=optional
|
||||
|
||||
COPY . .
|
||||
ENV BACKEND_URL=$BACKEND_URL
|
||||
|
||||
Loading…
Reference in New Issue
Block a user