Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tron-explore
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张建华@五瓣科技
tron-explore
Commits
84e1ea16
Commit
84e1ea16
authored
Nov 20, 2020
by
jianhua.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker文件
parent
dfd7522d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
README.md
README.md
+6
-3
Dockerfile
docs/docker/Dockerfile
+1
-1
No files found.
README.md
View file @
84e1ea16
...
...
@@ -5,8 +5,11 @@
二. 项目启动程序
1.
com.wuban.tron.explore.ExploreApplication
2.
数据抓取地址在配置文件application-dev.yml等文件中调整
tron:
site: https://api.shasta.trongrid.io
二. 资源配置
1.
Mysql、Redis可在配置文件application-dev.yml等文件中调整
2.
抓取数据地址
tron:
site: https://api.shasta.trongrid.io
\ No newline at end of file
docs/docker/Dockerfile
View file @
84e1ea16
...
...
@@ -6,7 +6,7 @@ FROM java:8
# VOLUME 指定了临时文件目录为/tmp。
# 其效果是在主机 /var/lib/docker 目录下创建了一个临时文件,并链接到容器的/tmp
VOLUME
/tmp
# 将jar包添加到容器中并更名为
app
.jar
# 将jar包添加到容器中并更名为
tron-explore
.jar
ADD
tron-explore-0.0.1-SNAPSHOT.jar tron-explore.jar
# 运行jar包
RUN
bash
-c
'touch /tron-explore.jar'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment