initial commit
This commit is contained in:
3
dev/tekton/examples/example-bank/data_model/drop-schema/Dockerfile
Executable file
3
dev/tekton/examples/example-bank/data_model/drop-schema/Dockerfile
Executable file
@@ -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