Skip to content

Commit

Permalink
拆分出单体启动项目 jeecg-system-start
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangdaiscott committed Aug 17, 2022
1 parent 3d09762 commit dcfaaa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:

jeecg-boot-system:
build:
context: ./jeecg-module-system/jeecg-system-biz
context: ./jeecg-module-system/jeecg-system-start
restart: on-failure
depends_on:
- jeecg-boot-mysql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ MAINTAINER [email protected]

RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

RUN mkdir -p /jeecg-boot/config/jeecg/
#RUN mkdir -p /jeecg-boot/config/jeecg/

WORKDIR /jeecg-boot

EXPOSE 8080

ADD ./src/main/resources/jeecg ./config/jeecg
ADD ./target/jeecg-system-biz-3.4.0.jar ./
#ADD ./src/main/resources/jeecg ./config/jeecg
ADD ./target/jeecg-system-start-3.4.0.jar ./

CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-biz-3.4.0.jar
CMD sleep 60;java -Djava.security.egd=file:/dev/./urandom -jar jeecg-system-start-3.4.0.jar

0 comments on commit dcfaaa3

Please sign in to comment.