update docker
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 25s

This commit is contained in:
Gal Podlipnik 2025-06-23 11:34:46 +02:00
parent 300dd0890f
commit 92086a189b

View File

@ -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