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:
parent
ee21877b67
commit
e2af0d45e2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user