1
0
şunun yansıması https://github.com/karl0ss/homepage.git eşitlendi 2025-10-21 10:43:57 +01:00

Updated EXPOSE to variable

Bu işleme şunda yer alıyor:
Alex 2022-09-06 21:41:53 +01:00
ebeveyn b023801fe4
işleme 8e2bebcfd9

Dosyayı Görüntüle

@ -53,8 +53,8 @@ COPY --link /public ./public
COPY --link --from=builder /app/.next/standalone ./
COPY --link --from=builder /app/.next/static/ ./.next/static/
EXPOSE 3000
ENV PORT 3000
EXPOSE $PORT
HEALTHCHECK --interval=10s --timeout=3s --start-period=20s \
CMD wget --no-verbose --tries=1 --spider --no-check-certificate http://localhost:$PORT/api/healthcheck || exit 1