Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-platform
·
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
6 years ago
Commit
1bfa4f475d22c3e8fed18299f9e480cc52feff14
1 parent
7440a09c
Update Dockerfile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
Dockerfile
Dockerfile
View file @
1bfa4f4
...
...
@@ -14,13 +14,12 @@ MAINTAINER feng.chen <feng.chen@yoho.cn>
ENV NODE_ENV=production \
NODE_HOME=/home
COPY yoho-activity-platform.tar.gz /home
RUN cd /home && \
mkdir -p /home/yoho-activity-platform && \
mkdir -p /Data/log/yoho-activity-platform && \
tar -xzf yoho-activity-platform.tar.gz -C /home/yoho-activity-platform && \
rm -rf yoho-activity-platform.tar.gz
mkdir -p /home/yoho-activity-platform && \
mkdir -p /Data/log/yoho-activity-platform
COPY . /home/yoho-activity-platform
WORKDIR /home/yoho-activity-platform
...
...
Please
register
or
login
to post a comment