Pass in api url

This commit is contained in:
john 2025-05-18 14:51:30 +02:00
parent 447a38f519
commit 12e0d87388
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,7 @@
# Assuming your app runs `vite build`
ARG VITE_API_URL
ENV VITE_API_URL=$VITE_API_URL
# Stage 1: Build the Vite React app
FROM node:22-alpine AS builder