Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Chatopera OpenSource
/
ferry_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
161e1016
authored
Nov 13, 2020
by
lanyulei
Committed by
GitHub
Nov 13, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #48 from lanyulei/dev
fix: update Dockerfile.
parents
22be4c91
a2648e0b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
Dockerfile
Dockerfile
View file @
161e1016
FROM
node:14.15.0
FROM
node:14.15.0
as builder
WORKDIR
/opt/ferry_web
WORKDIR
/opt/ferry_web
COPY
. .
COPY
. .
RUN
npm
config
set
registry
"https://registry.npm.taobao.org/"
&&
npm install
RUN
npm
install
-g
cnpm
--registry
=
https://registry.npm.taobao.org
&&
c
npm install
RUN
npm run build:prod
RUN
npm run build:prod
FROM
nginx:1.18.0
FROM
nginx:1.18.0
COPY
--from=builder /opt/ferry_web/web /opt/web
#暴露容器8001端口
#暴露容器8001端口
EXPOSE
8001
EXPOSE
8001
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment