add dockerfile

This commit is contained in:
yehuozhili 2020-09-24 22:22:19 +08:00
parent 565dbbf0b4
commit dc48215516

4
Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM nginx:1.15-alpine
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/
WORKDIR /usr/share/nginx/html