remove unused backend dockerfiles, only keeping docker-compose.yaml for now

This commit is contained in:
Andreas Köpf
2022-12-16 23:35:37 +01:00
parent 07bbd0d626
commit cbda0d4f9b
3 changed files with 0 additions and 23 deletions
-6
View File
@@ -1,6 +0,0 @@
#!/bin/bash
set -e
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
CREATE DATABASE ocgpt_backend;
EOSQL