fix front dockerfile
Build & Push Docker Images / test-backend (push) Successful in 43s
Build & Push Docker Images / test-frontend (push) Successful in 52s
Build & Push Docker Images / build-backend (push) Successful in 57s
Build & Push Docker Images / build-frontend (push) Successful in 2m18s

This commit is contained in:
Antoni Nuñez Romeu
2026-05-21 16:39:11 +02:00
parent 58ba68e0e1
commit 3dc2c4c9f2
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:18-alpine AS build
FROM node:20-alpine AS build
WORKDIR /app
COPY package*.json ./
RUN npm ci