Update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-05-02 17:19:18 +08:00
parent 52f2237d12
commit 2895512684

3
Dockerfile Normal file
View File

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