diff --git a/contact-center/Dockerfile b/contact-center/Dockerfile index d30d78a6..bda6859b 100644 --- a/contact-center/Dockerfile +++ b/contact-center/Dockerfile @@ -41,6 +41,8 @@ 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 +COPY ./assets/utils.sh /opt/chatopera +COPY ./assets/docker-entrypoint.sh /opt/chatopera RUN chmod +x /opt/chatopera/*.sh WORKDIR /opt/chatopera