diff --git a/dialects/oci8/contrib/Dockerfile b/dialects/oci8/contrib/Dockerfile new file mode 100644 index 00000000..b59107c2 --- /dev/null +++ b/dialects/oci8/contrib/Dockerfile @@ -0,0 +1,6 @@ +# Wrap container build from: https://github.com/oracle/docker-images +# and add setup script for gorm schema + +FROM oracle/database:18.4.0-xe + +ADD setup.sql /u01/app/oracle/scripts/ \ No newline at end of file