Skip to content

Commit

Permalink
* modify Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisSeanZhang committed Apr 27, 2019
1 parent c581223 commit 3d054ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ENV RUN_DIR /root
WORKDIR /root

#定义初始化sql文件
ENV SERVER_JAR APIT-Server-v0.0.2-beta.jar
ENV SERVER_JAR APIT-Server-0.0.2-beta.jar
ENV SERVER_CONF application-prod.yml

#拷贝文件
Expand All @@ -55,7 +55,7 @@ COPY ./$SERVER_CONF $RUN_DIR/
EXPOSE 80

#运行
CMD ["java", "-jar", "-Dspring.profiles.active=prod", "./APIT-Server-v0.0.2-beta.jar"]
CMD ["java", "-jar", "-Dspring.profiles.active=prod", "./APIT-Server-0.0.2-beta.jar"]
```
#### 完(后续再添加吧)

Expand Down

0 comments on commit 3d054ad

Please sign in to comment.