Agrarmonitor #2

Merged
bjoernpoettker merged 21 commits from Agrarmonitor into main 2026-05-25 11:02:59 +00:00
Showing only changes of commit 6f6a4d83e5 - Show all commits
+1
View File
@@ -1,5 +1,6 @@
# Backend # Backend
FROM node:20-alpine AS builder FROM node:20-alpine AS builder
RUN apk add --no-cache git
WORKDIR /app WORKDIR /app
COPY package*.json ./ COPY package*.json ./
RUN npm ci RUN npm ci