Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
yyq
6 years ago
Commit
0cf5048308d4faba1b9134ade23c54dd0297ce96
1 parent
e73d8b5d
change docker
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
Dockerfile
Dockerfile
View file @
0cf5048
...
...
@@ -8,7 +8,7 @@
#base image : ccr.ccs.tencentyun.com/yoho-base/node
FROM ccr.ccs.tencentyun.com/yoho-base/node:10.4.1-alpine
FROM ccr.ccs.tencentyun.com/yoho-base/node:10.4.1-alpine
-fix
MAINTAINER xiaoxiao.hao <xiaoxiao.hao@yoho.cn>
...
...
@@ -16,9 +16,9 @@ ENV NODE_ENV=production \
NODE_HOME=/home
RUN cd /home && \
mkdir -p /home/yoho-yohobuy-wap
mkdir -p /home/yoho-yohobuy-wap
COPY . /home/yoho-yohobuy-wap
COPY . /home/yoho-yohobuy-wap
WORKDIR /home/yoho-yohobuy-wap
...
...
Please
register
or
login
to post a comment