Add terminal-style favicon (feathericon) and fix missing COPY in Dockerfile
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ FROM nginx:1.27-alpine
|
||||
# Install Node.js and cron for the data updater.
|
||||
RUN apk add --no-cache nodejs dcron
|
||||
|
||||
# Copy site assets.
|
||||
COPY index.html style.css script.js /usr/share/nginx/html/
|
||||
# Copy site assets (favicon.svg included — index.html references it).
|
||||
COPY index.html style.css script.js favicon.svg favicon.png apple-touch-icon.png /usr/share/nginx/html/
|
||||
COPY icons /usr/share/nginx/html/icons
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user