Skip to content

Commit 34ce7a1

Browse files
Copilotdecyjphr
andauthored
fix: add HOST=0.0.0.0 env to Dockerfile for probot v14 compatibility (#948)
Agent-Logs-Url: https://github.com/github/safe-settings/sessions/6a4f5799-ea1f-4900-a659-b492dbdf5cfc Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: decyjphr <57544838+decyjphr@users.noreply.github.com>
1 parent 2f2229d commit 34ce7a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM node:22-alpine
22
WORKDIR /opt/safe-settings
33
ENV NODE_ENV production
4+
ENV HOST=0.0.0.0
45
## Set the Labels
56
LABEL version="1.0" \
67
description="Probot app which is a modified version of Settings Probot GitHub App" \

0 commit comments

Comments
 (0)