Skip to content

Commit 314f1f9

Browse files
committed
actually, do this intead
1 parent fb7d68b commit 314f1f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN bundle install && \
6262

6363

6464
# This image should expose port 80.
65-
EXPOSE 80/tcp
65+
EXPOSE 3000/tcp
6666

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

config/puma.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
1313
#
14-
port ENV.fetch("PORT") { 80 }
14+
port ENV.fetch("PORT") { 3000 }
1515

1616
# Specifies the `environment` that Puma will run in.
1717
#

0 commit comments

Comments
 (0)