@senior: Build the homepage: project cards from my GitHub (#6)
build-and-push / build-and-push (push) Successful in 18s

Co-authored-by: senior <senior@ffaerber.duckdns.org>
This commit was merged in pull request #6.
This commit is contained in:
2026-07-08 09:49:04 +02:00
committed by ffaerber
parent c04628c535
commit ed8e9d1ea2
4 changed files with 418 additions and 90 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM nginx:1.27-alpine
LABEL org.opencontainers.image.title="ffaerber/homepage" \
org.opencontainers.image.source="https://git.ffaerber.duckdns.org/ffaerber/homepage"
COPY index.html /usr/share/nginx/html/index.html
COPY index.html styles.css /usr/share/nginx/html/
EXPOSE 80