[Docker Build] Updated Docker build

The changes have been performed in the build script to align with
Rebased code

Change-Id: Iacdc02fafbc361413ee56ca49c65ebae7b0dd861
Signed-off-by: statta <statta@research.att.com>
diff --git a/ecomp-portal-DB-os/EcompPortalDDLMySql_1707_OS.sql b/ecomp-portal-DB-os/EcompPortalDDLMySql_1707_OS.sql
new file mode 100644
index 0000000..494b6c3
--- /dev/null
+++ b/ecomp-portal-DB-os/EcompPortalDDLMySql_1707_OS.sql
@@ -0,0 +1,12 @@
+-- ---------------------------------------------------------------------------------------------------------------
+-- This script adds tables for the 1707 OPEN-SOURCE version of the ECOMP Portal database.
+-- The DDL 1707 COMMON script must be executed first!
+-- ---------------------------------------------------------------------------------------------------------------
+
+SET FOREIGN_KEY_CHECKS=1; 
+
+USE portal;
+
+-- No additional tables required at this time
+
+commit;