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 2c3a0de commit 8042928Copy full SHA for 8042928
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 0.0.0.0
+CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b tcp://0.0.0.0:3000
69
70
71
0 commit comments