about summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-07-18 20:28:05 +0200
committerGitHub <noreply@github.com>2019-07-18 20:28:05 +0200
commit15c7478c5560a1f654d0d00d8ee2a624acb34089 (patch)
tree4d4b692eb1b4c7ece1de166219ed0a520ab75081 /Dockerfile
parent84e988479e956bcf522072879da936b100d1d46b (diff)
Change Dockerfile to bind to 0.0.0.0 instead of docker-compose.yml (#11351)
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 3acbc9d4c..d8c7e0f0c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -112,6 +112,7 @@ ENV NODE_ENV="production"
 
 # Tell rails to serve static files
 ENV RAILS_SERVE_STATIC_FILES="true"
+ENV BIND="0.0.0.0"
 
 # Set the run user
 USER mastodon