Test build comment
Some checks failed
Build Frontend / build (push) Failing after 48s

This commit is contained in:
g
2026-01-11 09:55:00 +00:00
parent 653083a618
commit 66489f8e77

View File

@@ -23,7 +23,7 @@ COPY . .
# Get commit hash (fallback to "unknown" if not in git repo) # Get commit hash (fallback to "unknown" if not in git repo)
# This is done after copying source to avoid cache invalidation # This is done after copying source to avoid cache invalidation
RUN git rev-parse --short HEAD > /app/git_commit_sha 2>/dev/null || echo "unknown" > /app/git_commit_sha # Test build
ENV NEXT_PUBLIC_API_URL=/api ENV NEXT_PUBLIC_API_URL=/api
ENV SERVER_API_URL=https://internal-api.inboxi.ng/api ENV SERVER_API_URL=https://internal-api.inboxi.ng/api