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