Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
4c8f6013dc3fda0058a9a6219b4506ce1f4d1add
1 parent
a9a36e61
qcloud----提供docker.sh
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
Dockerfile
Dockerfile
0 → 100644
View file @
4c8f601
FROM ccr.ccs.tencentyun.com/yoho-base/tomcat
MAINTAINER jimi <jimi.ji@yoho.cn>
COPY monitor-ui-web/target/ROOT.war /usr/local/tomcat/webapps/ROOT.war
RUN sed -i 's/<Connector port="8080" protocol/<Connector port="8080" protocol/g' /usr/local/tomcat/conf/server.xml
EXPOSE 8080
CMD ["catalina.sh", "run"]
\ No newline at end of file
...
...
Please
register
or
login
to post a comment