diff --git a/Dockerfile b/Dockerfile index 11b9447..1f23f1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ COPY . . # Get commit hash (fallback to "unknown" if not in git repo) # 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 SERVER_API_URL=https://internal-api.inboxi.ng/api