mirror of
https://github.com/chatopera/cosin.git
synced 2025-07-11 20:17:03 +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 ./app/target/contact-center-*.war /opt/chatopera/contact-center.war
|
||||||
COPY ./assets/mysql.setup.db.sh /opt/chatopera
|
COPY ./assets/mysql.setup.db.sh /opt/chatopera
|
||||||
COPY ./assets/mysql.upgrade.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
|
RUN chmod +x /opt/chatopera/*.sh
|
||||||
|
|
||||||
WORKDIR /opt/chatopera
|
WORKDIR /opt/chatopera
|
||||||
|
Loading…
x
Reference in New Issue
Block a user