mirror of
https://gitlab.massbug.com/massbug/judge4c.git
synced 2025-07-04 17:51:18 +00:00
feat(docker): add curl installation for health check support
This commit is contained in:
parent
989f4b4354
commit
f7d8234f6a
@ -52,6 +52,9 @@ RUN \
|
|||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
# Install curl tool to ensure the health check works correctly
|
||||||
|
RUN apk add --no-cache curl
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
# Uncomment the following line in case you want to disable telemetry during runtime.
|
# Uncomment the following line in case you want to disable telemetry during runtime.
|
||||||
# ENV NEXT_TELEMETRY_DISABLED=1
|
# ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
|
Loading…
Reference in New Issue
Block a user