Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-06-20 18:26:27 +0800
Commit
eeed7709cd555b6e2b3dc067f7605170f1de2c5d
2 parents
a25de2cb
c515045e
Merge branch 'master' into 'gray'
Master See merge request
!316
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
eeed770
...
...
@@ -19,7 +19,7 @@ COPY yohobuy-node.tar.gz /home
RUN cd /home && \
mkdir -p /home/yohobuy-node && \
mkdir -p /Data/log/yohobuy-node && \
tar -xz
v
f yohobuy-node.tar.gz -C /home/yohobuy-node && \
tar -xzf yohobuy-node.tar.gz -C /home/yohobuy-node && \
rm -rf yohobuy-node.tar.gz
WORKDIR /home/yohobuy-node
...
...
Please
register
or
login
to post a comment