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
Email Patches
Plain Diff
Browse Files
Authored by
jimi.ji
7 years ago
Commit
a9507b55aa5594f2593be7b07aca5b70f96527ed
1 parent
1d9c2c1a
Update Dockerfile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
Dockerfile
Dockerfile
View file @
a9507b5
...
...
@@ -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