From 2fdfbf52d342132b34c0f24635e6e74d33c566a9 Mon Sep 17 00:00:00 2001 From: Jim Lambert Date: Thu, 20 Feb 2020 07:15:55 -0500 Subject: [PATCH] use COPY --- dialects/oci8/contrib/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialects/oci8/contrib/Dockerfile b/dialects/oci8/contrib/Dockerfile index b59107c2..46093629 100644 --- a/dialects/oci8/contrib/Dockerfile +++ b/dialects/oci8/contrib/Dockerfile @@ -3,4 +3,4 @@ FROM oracle/database:18.4.0-xe -ADD setup.sql /u01/app/oracle/scripts/ \ No newline at end of file +COPY setup.txt /u01/app/oracle/scripts/setup.sql \ No newline at end of file