diff --git a/Dockerfile b/Dockerfile index 2157aa3..413c4a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,6 @@ WORKDIR /usr/share/nginx/html COPY index.html . COPY default.css . COPY pages/ . -COPY assets/ . RUN mkdir -p /usr/share/nginx/html/public