1
0
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:
Hai Liang Wang 2019-11-24 14:09:18 +08:00
parent e2af0d45e2
commit 567b98de71

View File

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