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
6 years ago
Commit
36591508dac7a95f1be76ac4cdee9db355bf953e
1 parent
2496433b
Update Dockerfile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
Dockerfile
Dockerfile
View file @
3659150
...
...
@@ -14,13 +14,11 @@ MAINTAINER feng.chen <feng.chen@yoho.cn>
ENV NODE_ENV=production \
NODE_HOME=/home
COPY yohobuy-node.tar.gz /home
RUN cd /home && \
mkdir -p /home/yohobuy-node && \
mkdir -p /Data/log/yohobuy-node && \
tar -xzf yohobuy-node.tar.gz -C /home/yohobuy-node && \
rm -rf yohobuy-node.tar.gz
mkdir -p /Data/log/yohobuy-node
COPY . /home/yohobuy-node
WORKDIR /home/yohobuy-node
...
...
Please
register
or
login
to post a comment