diff --git a/Dockerfile b/Dockerfile index 38db6b50..5c27ee9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM node:22-alpine WORKDIR /opt/safe-settings ENV NODE_ENV production +ENV HOST=0.0.0.0 ## Set the Labels LABEL version="1.0" \ description="Probot app which is a modified version of Settings Probot GitHub App" \