Skip to content

Commit

Permalink
test/tet
Browse files Browse the repository at this point in the history
  • Loading branch information
freestylefly committed May 28, 2024
1 parent b8da028 commit ac35376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/pmhub/gateway/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ FROM openjdk:8-jre
MAINTAINER canghe

# 挂载目录
VOLUME /home/pmhub
VOLUME /home/pmhub/pmhub-gateway
# 创建目录
RUN mkdir -p /home/pmhub
RUN mkdir -p /home/pmhub/pmhub-gateway
# 指定路径
WORKDIR /home/pmhub
WORKDIR /home/pmhub/pmhub-gateway
# 复制jar文件到路径
COPY ./jar/pmhub-gateway.jar /home/pmhub/pmhub-gateway/pmhub-gateway.jar
# 复制配置资源文件到路径
Expand Down

0 comments on commit ac35376

Please sign in to comment.