diff --git a/Dockerfile b/Dockerfile index bdaf0cd..d168acc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,5 @@ COPY footer.html . RUN ./generate.sh -o -COPY www/ /usr/share/nginx/html/ +RUN cp -r www/* /usr/share/nginx/html/ EXPOSE 80