dockerfile
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user