diff --git a/Dockerfile b/Dockerfile index ec6bf91..a0bbefc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,6 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html/index.html COPY style/style.css /usr/share/nginx/html/style/style.css COPY assets/*.svg /usr/share/nginx/html/assets/ +COPY assets/favicon.png /usr/share/nginx/html/assets/ EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file