chore(repo): update Gitea metadata

This commit is contained in:
2026-07-22 22:41:12 +02:00
parent afc445aa19
commit 77cc73d659
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Git- und Projekt-Metadaten werden nicht in den Docker-Build-Kontext kopiert # Git- und Projekt-Metadaten werden nicht in den Docker-Build-Kontext kopiert
.git .git
.github .gitea
.husky .husky
.claude .claude
+1 -1
View File
@@ -25,7 +25,7 @@ LABEL org.opencontainers.image.description="👋 My portfolio website built with
LABEL org.opencontainers.image.licenses="GPL-3.0-only" LABEL org.opencontainers.image.licenses="GPL-3.0-only"
LABEL org.opencontainers.image.version="${APP_VERSION}" LABEL org.opencontainers.image.version="${APP_VERSION}"
LABEL org.opencontainers.image.revision="${VCS_REF}" LABEL org.opencontainers.image.revision="${VCS_REF}"
LABEL org.opencontainers.image.source="https://github.com/FrauJulian/Personal-Portfolio-Website" LABEL org.opencontainers.image.source="https://git.lechner-systems.at/fraujulian/Personal-Portfolio-Website"
COPY --from=build --chown=node:node /app/dist ./dist COPY --from=build --chown=node:node /app/dist ./dist
COPY --chown=node:node scripts/static-server.mjs ./scripts/static-server.mjs COPY --chown=node:node scripts/static-server.mjs ./scripts/static-server.mjs
+2 -2
View File
@@ -45,8 +45,8 @@
"prettier --write" "prettier --write"
] ]
}, },
"repository": "https://github.com/FrauJulian/Personal-Portfolio-Website", "repository": "https://git.lechner-systems.at/fraujulian/Personal-Portfolio-Website",
"bugs": "https://github.com/FrauJulian/Personal-Portfolio-Website/issues", "bugs": "https://git.lechner-systems.at/fraujulian/Personal-Portfolio-Website/issues",
"author": { "author": {
"name": "Lechner Julian", "name": "Lechner Julian",
"nickname": "FrauJulian", "nickname": "FrauJulian",