Add patient management, deployment scripts, and Docker fixes
This commit is contained in:
@@ -16,8 +16,9 @@ RUN npm ci
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
# Build the app (uses relative API URLs)
|
||||
# Build the app (uses relative API URLs for all API calls)
|
||||
ENV VITE_API_URL=""
|
||||
ENV VITE_API_BASE=""
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Serve with nginx
|
||||
|
||||
Reference in New Issue
Block a user