workflow replication factor
[sdc/sdc-workflow-designer.git] / workflow-designer-init / src / main / docker / Dockerfile
index 7cd101c..399f216 100644 (file)
@@ -2,8 +2,7 @@ FROM python:2.7-alpine3.8
 
 RUN pip install cqlsh==4.0.1
 
-COPY create_workflow_db.cql .
-COPY start.sh .
+COPY create_keyspaces.cql create_tables.cql start.sh ./
 
 RUN chmod 744 start.sh