1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-06-29 07:11:38 +08:00

Fix db setup command path

This commit is contained in:
Hai Liang Wang 2019-11-24 13:54:17 +08:00
parent ee21877b67
commit e2af0d45e2

View File

@ -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