Commit
This commit is contained in:
@@ -3,6 +3,12 @@ FROM node:20-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# Accept API and WebSocket URLs as build arguments
|
||||
ARG VITE_API_URL=https://api-staging.echoesoftheash.com
|
||||
ARG VITE_WS_URL=wss://api-staging.echoesoftheash.com
|
||||
ENV VITE_API_URL=$VITE_API_URL
|
||||
ENV VITE_WS_URL=$VITE_WS_URL
|
||||
|
||||
# Copy package files
|
||||
COPY pwa/package*.json ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user