init
This commit is contained in:
7
project-slwl-admin-vue/Dockerfile
Normal file
7
project-slwl-admin-vue/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM nginx
|
||||
|
||||
COPY ./dist /usr/share/nginx/html/
|
||||
RUN chmod -R 777 /usr/share/nginx/html/
|
||||
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
Reference in New Issue
Block a user