We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314f1f9 commit 2c3a0deCopy full SHA for 2c3a0de
Dockerfile
@@ -65,7 +65,7 @@ RUN bundle install && \
65
EXPOSE 3000/tcp
66
67
# Finally, start the server using Puma!
68
-CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b tcp://0.0.0.0:80
+CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b 0.0.0.0
69
70
71
0 commit comments