This commit is contained in:
simon.franken
2026-02-18 16:23:44 +01:00
parent 0f6e55302a
commit 408f49ba10
5 changed files with 414 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
# Build stage
FROM node:20-alpine as builder
FROM node:20-alpine AS builder
ARG VITE_API_URL
ENV VITE_API_URL=${VITE_API_URL}