diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-02-19 02:24:01 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-02-19 02:42:56 +0800 |
commit | 41f5702e4aa6fb6134f926de1293345a44f64ceb (patch) | |
tree | c26498e4aa81cbc6a9042071bb92b149193f6b11 | |
parent | 738aab6c6c8a9188745f6460327c91bc88e369c9 (diff) | |
download | crupest-41f5702e4aa6fb6134f926de1293345a44f64ceb.tar.gz crupest-41f5702e4aa6fb6134f926de1293345a44f64ceb.tar.bz2 crupest-41f5702e4aa6fb6134f926de1293345a44f64ceb.zip |
feat(www): favicon.
-rw-r--r-- | docker/nginx/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/nginx/Dockerfile b/docker/nginx/Dockerfile index 6d0400b..86052b9 100644 --- a/docker/nginx/Dockerfile +++ b/docker/nginx/Dockerfile @@ -6,3 +6,4 @@ RUN pnpm install --frozen-lockfile && pnpm run build FROM nginx:mainline COPY --from=build-www /sites/www/dist /srv/www +ADD sites/www/favicon.ico /srv/www/favicon.ico |