diff --git a/Dockerfile b/Dockerfile index f65e6ad..fee9684 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx -COPY index.html /usr/share/nginx/html \ No newline at end of file +FROM nginx:alpine +COPY . /usr/share/nginx/html \ No newline at end of file