ci(custom): add docker

This commit is contained in:
2023-11-20 20:35:36 +08:00
parent 6ce72fdfd6
commit 8d164fe9a8
22 changed files with 136 additions and 415 deletions

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM nginx:latest AS builder
COPY dist/ /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf