Serve hero banners + og:image from the app itself instead of Gitea raw URLs (no external dependency for previews)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
FROM nginx:alpine
|
||||
COPY nginx-default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
COPY hero-banner.jpg hero-banner-mobile.jpg /usr/share/nginx/html/
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user