初始化 antd-pro
This commit is contained in:
11
admin-web/Dockerfile.hub
Normal file
11
admin-web/Dockerfile.hub
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM nginx
|
||||
|
||||
WORKDIR /usr/src/app/
|
||||
|
||||
COPY ./docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY ./dist /usr/share/nginx/html/
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user