diff --git a/Dockerfile b/Dockerfile index 3c87c46f9..2c15dc6c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,6 +56,7 @@ COPY --link --chmod=755 docker-entrypoint.sh /usr/local/bin/ RUN apk add --no-cache su-exec +ENV HOSTNAME=:: ENV PORT=3000 EXPOSE $PORT