buildCommand doesn't apply for Render Docker builds

This commit is contained in:
Ryan W
2023-09-30 21:36:03 -07:00
parent 36054a37d3
commit 2ffa0a88c2
2 changed files with 0 additions and 11 deletions
-10
View File
@@ -1,10 +0,0 @@
#!/usr/bin/env bash
# exit on error
set -o errexit
echo "render build"
# bundle install
# bundle exec rake assets:precompile
# bundle exec rake assets:clean
# bundle exec rake db:migrate
-1
View File
@@ -13,7 +13,6 @@ services:
region: oregon region: oregon
branch: main branch: main
plan: free plan: free
buildCommand: "./bin/render-build.sh"
dockerCommand: "bundle exec puma -C config/puma.rb" dockerCommand: "bundle exec puma -C config/puma.rb"
numInstances: 1 numInstances: 1
healthCheckPath: /up healthCheckPath: /up