Merge branch 'main' into Agrarmonitor
Build and Push Multi-Platform Images / build-and-push (push) Successful in 49s

This commit is contained in:
2026-05-21 21:42:15 +02:00
+1
View File
@@ -1,5 +1,6 @@
# Backend
FROM node:20-alpine AS builder
RUN apk add --no-cache git
WORKDIR /app
COPY package*.json ./
RUN npm ci