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:
parent
4b66f58c42
commit
ee21877b67
@ -39,7 +39,7 @@ RUN /bin/bash -c "mkdir -p /{data,logs}"
|
|||||||
# build WAR
|
# build WAR
|
||||||
RUN mkdir -p /opt/chatopera
|
RUN mkdir -p /opt/chatopera
|
||||||
COPY ./app/target/contact-center-*.war /opt/chatopera/contact-center.war
|
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
|
RUN chmod +x /opt/chatopera/*.sh
|
||||||
|
|
||||||
WORKDIR /opt/chatopera
|
WORKDIR /opt/chatopera
|
||||||
|
Loading…
x
Reference in New Issue
Block a user