-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
wangzhezhe
committed
Jul 2, 2015
1 parent
2dece30
commit f271088
Showing
12 changed files
with
474 additions
and
239 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
ApiServer/applications/cxy/logtest-1.1.1.war_deploy/Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# VERSION 0.0.1 | ||
# using a tomcat7 image | ||
FROM jre7-tomcat7 | ||
# sign name | ||
MAINTAINER zju | ||
|
||
#copy the war file into the webapps | ||
ADD /applications/cxy/logtest-1.1.1.war_deploy/logtest.war /usr/local/tomcat/webapps/ | ||
|
||
|
||
# port 22 | ||
EXPOSE 22 | ||
|
||
# Tomcat 8080 | ||
EXPOSE 8080 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.