From ee21877b676da9fc7e0466762f91a380fde5abe6 Mon Sep 17 00:00:00 2001 From: Hai Liang Wang Date: Sun, 24 Nov 2019 13:46:10 +0800 Subject: [PATCH] Fix db upgrade command path --- contact-center/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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