diff --git a/contact-center/Dockerfile b/contact-center/Dockerfile index 8a44eb84..d30d78a6 100644 --- a/contact-center/Dockerfile +++ b/contact-center/Dockerfile @@ -39,6 +39,7 @@ RUN /bin/bash -c "mkdir -p /{data,logs}" # build WAR RUN mkdir -p /opt/chatopera COPY ./app/target/contact-center-*.war /opt/chatopera/contact-center.war +COPY ./assets/mysql.setup.db.sh /opt/chatopera COPY ./assets/mysql.upgrade.db.sh /opt/chatopera RUN chmod +x /opt/chatopera/*.sh