diff --git a/Dockerfile b/Dockerfile index afadb23..10e1518 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM nginx:stable-alpine -COPY index.html /usr/share/nginx/html/index.html +COPY . /usr/share/nginx/html EXPOSE 80 \ No newline at end of file