Render is looking for port 10000

This commit is contained in:
Ryan W
2023-09-30 14:10:25 -07:00
parent f4e855d8cf
commit a01f054cb9
+1
View File
@@ -83,5 +83,6 @@ HEALTHCHECK --interval=5s --timeout=3s --start-period=0s --start-interval=5s --r
# Start the server by default, this can be overwritten at runtime # Start the server by default, this can be overwritten at runtime
EXPOSE 3000 EXPOSE 3000
EXPOSE 10000
# CMD ["./bin/rails", "server"] # CMD ["./bin/rails", "server"]
CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"] CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]