Skip to content

Commit 8042928

Browse files
committed
back to this
1 parent 2c3a0de commit 8042928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ RUN bundle install && \
6565
EXPOSE 3000/tcp
6666

6767
# Finally, start the server using Puma!
68-
CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b 0.0.0.0
68+
CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b tcp://0.0.0.0:3000
6969

7070

7171

0 commit comments

Comments
 (0)