Commit 309aa7662380c537ca0952bb6cd7e1ed1259761f

Authored by 温伟
Committed by xp.Huang
1 parent 5b3b3a2f

feat: 新增dockerfile文件

  1 +FROM nginx:latest
  2 +
  3 +COPY ./dist/ /usr/share/nginx/html/
  4 +COPY default.conf /etc/nginx/conf.d/default.conf
  5 +
  6 +EXPOSE 8083
... ...
... ... @@ -101,4 +101,3 @@ createPublicFormContext(nodeDataActinType)
101 101 }
102 102 }
103 103 </style>
104   -
... ...