diff --git a/.resinci.yml b/.resinci.yml new file mode 100644 index 0000000..614ffd8 --- /dev/null +++ b/.resinci.yml @@ -0,0 +1,6 @@ +docker: + publish: false + builds: + - dockerfile: Dockerfile + docker_repo: resin/open-balena-db + path: . diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/create-resin-db.sh b/create-resin-db.sh index 02cbbdc..ceab7d7 100755 --- a/create-resin-db.sh +++ b/create-resin-db.sh @@ -1,5 +1,5 @@ #!/bin/bash -psql --username postgres <<-EOSQL +psql --username docker <<-EOSQL CREATE DATABASE resin; EOSQL