dockerfile
Build and Deploy / build (push) Successful in 46s
Build and Deploy / deploy (push) Successful in 20s

This commit is contained in:
2026-05-29 21:09:41 +02:00
parent b6f312d484
commit 20c95712c2
+2 -2
View File
@@ -4,8 +4,8 @@ FROM node:22-alpine AS build
WORKDIR /app WORKDIR /app
# Backend URLs are baked in at build time (Vite inlines VITE_* variables). # Backend URLs are baked in at build time (Vite inlines VITE_* variables).
ARG VITE_API_BASE=https://localhost:3000 ARG VITE_API_BASE=https://me-system-api.johannesbot.de
ARG VITE_WS_BASE ARG VITE_WS_BASE=wss://me-system-api.johannesbot.de
ENV VITE_API_BASE=$VITE_API_BASE ENV VITE_API_BASE=$VITE_API_BASE
ENV VITE_WS_BASE=$VITE_WS_BASE ENV VITE_WS_BASE=$VITE_WS_BASE