Toggle navigation
Toggle navigation
This project
Loading...
Sign in
datasync
/
yoho-datasync-producer
·
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
jimi
2019-03-21 16:01:54 +0800
Commit
a75a73cb90f583218b12ec73bc6a84187cd57c16
1 parent
076850c7
add volume
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
DockerFile
DockerFile
View file @
a75a73c
...
...
@@ -10,6 +10,8 @@ ENV XMS 1000M
# 打包的路径,
COPY start/target/yohomars.jar /opt/yohomars.jar
VOLUME /Data/logs/yoho-datasync-producer
EXPOSE 8072
CMD exec java -Xmx$XMX -Xms$XMS -jar /opt/yohomars.jar
\ No newline at end of file
...
...
Please
register
or
login
to post a comment