diff --git a/Dockerfile b/Dockerfile index b094c3e..1722d77 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,8 @@ COPY ./Cargo.toml ./Cargo.toml COPY ./input.css ./input.css COPY ./Dioxus.toml ./Dioxus.toml COPY ./tailwind.config.js ./tailwind.config.js -RUN npx tailwindcss -i ./input.css -o ./assets/tailwind.css && dx build --platform fullstack --release +RUN npx tailwindcss -i ./input.css -o ./assets/tailwind.css +RUN dx build --platform fullstack --release FROM dioxus AS runner WORKDIR /app/ diff --git a/assets/pictures/headshot.webp b/assets/pictures/headshot.webp index e9b7af2..2a4570f 100644 Binary files a/assets/pictures/headshot.webp and b/assets/pictures/headshot.webp differ diff --git a/assets/robots.txt b/assets/robots.txt index 090496b..18d9acb 100644 --- a/assets/robots.txt +++ b/assets/robots.txt @@ -32,7 +32,7 @@ User-Agent: GPTBot Disallow: / User-agent: * -Disallow: /* +Disallow: /impressum Allow: / Allow: /resume Allow: /publications