db migrate

This commit is contained in:
Ryan W
2022-09-10 17:24:59 -07:00
parent 3aa050b8f7
commit 43ac48fdae
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ services:
region: oregon
branch: main
plan: free
dockerCommand: "bin/rails db:migrate && bundle exec puma -C config/puma.rb"
dockerCommand: "bundle exec puma -C config/puma.rb"
numInstances: 1
healthCheckPath: /
envVars: