Fix puma start command and add sinatra-activerecord
Build and Validate / build-and-test (push) Failing after 27s
Build and Validate / build-and-test (push) Failing after 27s
This commit is contained in:
+1
-1
@@ -4,4 +4,4 @@ set -e
|
||||
mkdir -p db
|
||||
|
||||
# Puma will run app.rb which auto-migrates the database
|
||||
exec bundle exec puma -C config.ru -b tcp://0.0.0.0:4567
|
||||
exec bundle exec puma config.ru -b tcp://0.0.0.0:4567
|
||||
|
||||
Reference in New Issue
Block a user