Implement simple onboarding cassandra upgrade
[sdc.git] / openecomp-be / dist / sdc-onboard-db-init-docker / artifacts / Dockerfile
index 8408d2f..05034e1 100644 (file)
@@ -32,8 +32,8 @@ USER sdc
 
 COPY --chown=sdc:sdc init_keyspaces.cql /home/sdc/
 COPY --chown=sdc:sdc init_schemas.cql /home/sdc/
-COPY --chown=sdc:sdc alter_tables.cql /home/sdc/
-COPY --chown=sdc:sdc startup.sh /home/sdc/ 
+COPY --chown=sdc:sdc upgrade-scripts /home/sdc/upgrade-scripts
+COPY --chown=sdc:sdc startup.sh /home/sdc/
 
 RUN chmod 770 /home/sdc/startup.sh