diff --git a/contact-center/Dockerfile b/contact-center/Dockerfile index 307f3af9..8a44eb84 100644 --- a/contact-center/Dockerfile +++ b/contact-center/Dockerfile @@ -39,7 +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/*.sh /opt/chatopera +COPY ./assets/mysql.upgrade.db.sh /opt/chatopera RUN chmod +x /opt/chatopera/*.sh WORKDIR /opt/chatopera