For Render port failure, try the previous way

This commit is contained in:
Ryan W
2023-09-30 14:01:14 -07:00
parent ce66df340a
commit f4e855d8cf
2 changed files with 2 additions and 2 deletions
+2 -1
View File
@@ -83,4 +83,5 @@ 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
CMD ["./bin/rails", "server"] # CMD ["./bin/rails", "server"]
CMD ["bundle", "exec", "puma", "-C", "config/puma.rb"]
-1
View File
@@ -4,7 +4,6 @@ databases:
user: mysite user: mysite
plan: free plan: free
services: services:
- type: web - type: web
name: mysite name: mysite