1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-07-03 11:26:46 +08:00

Fix db upgrade command path

This commit is contained in:
Hai Liang Wang 2019-11-24 13:46:10 +08:00
parent 4b66f58c42
commit ee21877b67

View File

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