feat: env-var-ize WS URL as CUSTOM_VITE_WS_URL, add .env.example
Docker Build (ARM64) / Build & Push (push) Successful in 50s

This commit is contained in:
2026-06-24 20:55:02 +02:00
parent a06c3d2e36
commit a8ee1c229e
4 changed files with 11 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ FROM node:20-alpine AS frontend-builder
WORKDIR /app
ARG CUSTOM_VITE_WS_URL
ENV CUSTOM_VITE_WS_URL=$CUSTOM_VITE_WS_URL
COPY package*.json ./
RUN --mount=type=cache,target=/root/.npm npm ci --ignore-scripts