fix: update healthcheck command for frontend service and install curl in Dockerfile
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 1m50s
Some checks failed
Build and Deploy Thoughts / build-and-deploy-local (push) Failing after 1m50s
This commit is contained in:
@@ -17,7 +17,7 @@ RUN bun run build
|
||||
|
||||
FROM node:22-slim AS release
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends netcat-openbsd && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends curl && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder /app/public ./public
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
|
Reference in New Issue
Block a user