Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
ferry_web
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jianan
ferry_web
Commits
22be4c91
Unverified
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
1 deletions
+14
-1
Dockerfile
+13
-0
src/components/VueFormMaking/components/componentsConfig.js
+1
-1
No files found.
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 = [
headers
:
{},
// isQiniu: false,
tip
:
''
,
// 提示说明
action
:
'http
s://jsonplaceholder.typicode.com/photos/
'
,
action
:
'http
://ipaddress:port/api/v1/public/uploadFile
'
,
labelWidth
:
100
,
labelWidthDisabled
:
false
,
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