Initial commit of Todoizer web application
Build and Validate / build-and-test (push) Failing after 1m23s
Build and Validate / build-and-test (push) Failing after 1m23s
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
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
|
||||
Reference in New Issue
Block a user