We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16feaad commit 6a8b6aeCopy full SHA for 6a8b6ae
Dockerfile
@@ -1,6 +1,7 @@
1
FROM node:22-alpine
2
WORKDIR /opt/safe-settings
3
ENV NODE_ENV production
4
+ENV HOST=0.0.0.0
5
## Set the Labels
6
LABEL version="1.0" \
7
description="Probot app which is a modified version of Settings Probot GitHub App" \
0 commit comments