update docker
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 25s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 25s
This commit is contained in:
parent
300dd0890f
commit
92086a189b
@ -2,7 +2,7 @@
|
|||||||
FROM node:20-alpine AS frontend-builder
|
FROM node:20-alpine AS frontend-builder
|
||||||
WORKDIR /app/frontend
|
WORKDIR /app/frontend
|
||||||
COPY frontend/package*.json ./
|
COPY frontend/package*.json ./
|
||||||
RUN npm ci --legacy-peer-deps
|
RUN npm ci
|
||||||
COPY frontend/ ./
|
COPY frontend/ ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user