mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-07 15:51:04 +08:00
Fix docker startup entrypoint
This commit is contained in:
parent
e2af0d45e2
commit
567b98de71
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user