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
22be4c91
authored
Nov 12, 2020
by
lanyulei
Committed by
GitHub
Nov 12, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #47 from lanyulei/dev
添加Dockerfile
parents
633fb5ba
d1ce665d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
Dockerfile
src/components/VueFormMaking/components/componentsConfig.js
Dockerfile
0 → 100644
View file @
22be4c91
FROM
node:14.15.0
WORKDIR
/opt/ferry_web
COPY
. .
RUN
npm config
set
registry
"https://registry.npm.taobao.org/"
&&
npm install
RUN
npm run build:prod
FROM
nginx:1.18.0
#暴露容器8001端口
EXPOSE
8001
\ No newline at end of file
src/components/VueFormMaking/components/componentsConfig.js
View file @
22be4c91
...
@@ -321,7 +321,7 @@ export const advanceComponents = [
...
@@ -321,7 +321,7 @@ export const advanceComponents = [
headers
:
{},
headers
:
{},
// isQiniu: false,
// isQiniu: false,
tip
:
''
,
// 提示说明
tip
:
''
,
// 提示说明
action
:
'http
s://jsonplaceholder.typicode.com/photos/
'
,
action
:
'http
://ipaddress:port/api/v1/public/uploadFile
'
,
labelWidth
:
100
,
labelWidth
:
100
,
labelWidthDisabled
:
false
,
labelWidthDisabled
:
false
,
labelWidthStatus
:
true
labelWidthStatus
:
true
...
...
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