Skip to content

Commit

Permalink
!21 目录调整
Browse files Browse the repository at this point in the history
Merge pull request !21 from 打破沙锅没有底/master
  • Loading branch information
lltx committed Feb 14, 2019
1 parent d88e91a commit cf30d5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ MAINTAINER lengleng(wangiegie@gmail.com)

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

COPY ./doc/db/pig.sql /docker-entrypoint-initdb.d
COPY ./db/pig.sql /docker-entrypoint-initdb.d
2 changes: 1 addition & 1 deletion docker-compose.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
pig-mysql:
build:
context: ./
dockerfile: ./doc/db/Dockerfile
dockerfile: ./db/Dockerfile
environment:
MYSQL_ROOT_PASSWORD: root
restart: always
Expand Down
2 changes: 1 addition & 1 deletion pig-upms/pig-upms-biz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ WORKDIR /pigx-upms

EXPOSE 4000

ADD ./pigx-upms/pigx-upms-biz/target/pigx-upms-biz.jar ./
ADD ./pig-upms/pig-upms-biz/target/pig-upms-biz.jar ./

CMD java -Djava.security.egd=file:/dev/./urandom -jar pigx-upms-biz.jar

0 comments on commit cf30d5a

Please sign in to comment.