This commit is contained in:
2022-05-02 16:52:52 +08:00
parent 0e3084b275
commit 4b02f32392
13 changed files with 68 additions and 7 deletions

3
dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM nginx
COPY dist /usr/share/nginx/html
EXPOSE 80