diff --git a/Dockerfile b/Dockerfile index 8988caa..e45274b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ FROM nginx:latest as serve COPY --from=build /app/dist /usr/share/nginx/html/ COPY ./default.conf /etc/nginx/conf.d/default.conf -EXPOSE 80 +EXPOSE 80 \ No newline at end of file diff --git a/css/res/ani.jpg b/css/res/ani.jpg index aed873a..50eb2b3 100644 Binary files a/css/res/ani.jpg and b/css/res/ani.jpg differ