This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user