v3: correctly using SITE_NAME across the app, added notifications on comments
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 44s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 44s
This commit is contained in:
@@ -12,9 +12,7 @@ COPY public/ ./public/
|
||||
COPY scripts/ ./scripts/
|
||||
COPY src/ ./src/
|
||||
|
||||
# In same-origin deployments (API serves the frontend), no build args are needed
|
||||
# — the frontend uses relative URLs at runtime. Only set VITE_API_HOSTNAME if
|
||||
# the API lives on a different host than the frontend (e.g. a separate API server).
|
||||
# VITE_API_* are only needed when the API lives on a different host than the frontend.
|
||||
ARG VITE_API_PROTOCOL
|
||||
ARG VITE_API_HOSTNAME
|
||||
ARG VITE_API_PORT
|
||||
|
||||
Reference in New Issue
Block a user