Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
7 years ago
Commit
da0ce8bb68c5df26fd027fdc8432ee2898800145
1 parent
5857df37
change dockerfile
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
Dockerfile
Dockerfile
View file @
da0ce8b
...
...
@@ -6,8 +6,8 @@
# nginx version: 1.12.0
############################################################
#base image : ccr.ccs.tencentyun.com/yoho-base/nodejs
FROM ccr.ccs.tencentyun.com/yoho-base/nodejs
#base image : ccr.ccs.tencentyun.com/yoho-base/nodejs:8.9.1
FROM ccr.ccs.tencentyun.com/yoho-base/nodejs:8.9.1
MAINTAINER feng.chen <feng.chen@yoho.cn>
...
...
@@ -21,10 +21,10 @@ RUN cd /home && \
mkdir -p /Data/log/yoho-blk && \
tar -xzf yoho-blk.tar.gz -C /home/yoho-blk && \
rm -rf yoho-blk.tar.gz
WORKDIR /home/yoho-blk
#expose port
EXPOSE 6003
CMD ["node","/home/yoho-blk/app.js"]
\ No newline at end of file
CMD ["node","/home/yoho-blk/app.js"]
...
...
Please
register
or
login
to post a comment