initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
FROM postgres
|
||||
COPY cc_schema.sql /tmp
|
||||
CMD /usr/bin/psql postgres://$DB_USER:$DB_PASSWORD@$DB_SERVERNAME:$DB_PORTNUMBER -f /tmp/cc_schema.sql
|
||||
Reference in New Issue
Block a user