Toggle navigation
Toggle navigation
This project
Loading...
Sign in
datasync
/
yoho-datasync-fullsync
·
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.ji
2019-03-21 16:51:24 +0800
Commit
9cdb5c51086fdb253ce2be109d918c2f6c13dc22
1 parent
0c8ddb56
Update Dockerfile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
9cdb5c5
...
...
@@ -8,7 +8,7 @@ ENV SPRING_PROFILES_ACTIVE prod
ENV XMX 1300M
ENV XMS 1300M
# 打包的路径,
COPY
target/yoho-fullsync*
.jar /opt/yoho-fullsync.jar
COPY
starter/target/yoho-fullsync
.jar /opt/yoho-fullsync.jar
VOLUME /Data/logs/yoho-fullsync
...
...
Please
register
or
login
to post a comment