mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
actually, do this intead
This commit is contained in:
parent
fb7d68b307
commit
314f1f984a
@ -62,7 +62,7 @@ RUN bundle install && \
|
||||
|
||||
|
||||
# This image should expose port 80.
|
||||
EXPOSE 80/tcp
|
||||
EXPOSE 3000/tcp
|
||||
|
||||
# Finally, start the server using Puma!
|
||||
CMD bundle exec puma -C config/puma.rb -e ${RAILS_ENV} -b tcp://0.0.0.0:80
|
||||
|
||||
@ -11,7 +11,7 @@ threads threads_count, threads_count
|
||||
|
||||
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
|
||||
#
|
||||
port ENV.fetch("PORT") { 80 }
|
||||
port ENV.fetch("PORT") { 3000 }
|
||||
|
||||
# Specifies the `environment` that Puma will run in.
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user