Just remove hostname

This commit is contained in:
shamoon 2025-03-14 15:11:37 -07:00
parent a0dc8c9ccb
commit 66a8b1c21e
No known key found for this signature in database

View File

@ -56,7 +56,6 @@ COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/
RUN apk add --no-cache su-exec RUN apk add --no-cache su-exec
ENV HOSTNAME=::
ENV PORT=3000 ENV PORT=3000
EXPOSE $PORT EXPOSE $PORT