Commit 22be4c91 by lanyulei Committed by GitHub

Merge pull request #47 from lanyulei/dev

添加Dockerfile
parents 633fb5ba d1ce665d
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
......@@ -321,7 +321,7 @@ export const advanceComponents = [
headers: {},
// isQiniu: false,
tip: '', // 提示说明
action: 'https://jsonplaceholder.typicode.com/photos/',
action: 'http://ipaddress:port/api/v1/public/uploadFile',
labelWidth: 100,
labelWidthDisabled: false,
labelWidthStatus: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment