add dockerfile
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY dist/ /var/www/html/
|
||||
Reference in New Issue
Block a user