chore(repo): update Gitea metadata
This commit is contained in:
+1
-1
@@ -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
@@ -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
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user