From 66a8b1c21ec0dfdbc914b640fba14519aba1f1e1 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 14 Mar 2025 15:11:37 -0700 Subject: [PATCH] Just remove hostname --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c15dc6c..3c87c46f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,6 @@ COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/ RUN apk add --no-cache su-exec -ENV HOSTNAME=:: ENV PORT=3000 EXPOSE $PORT