diff --git a/.dockerignore b/.dockerignore index cb7a1ac..9131449 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,6 @@ # Git- und Projekt-Metadaten werden nicht in den Docker-Build-Kontext kopiert .git -.github +.gitea .husky .claude diff --git a/Dockerfile b/Dockerfile index ab698af..1908259 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.version="${APP_VERSION}" 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 --chown=node:node scripts/static-server.mjs ./scripts/static-server.mjs diff --git a/package.json b/package.json index cabaa3c..02753bc 100644 --- a/package.json +++ b/package.json @@ -45,8 +45,8 @@ "prettier --write" ] }, - "repository": "https://github.com/FrauJulian/Personal-Portfolio-Website", - "bugs": "https://github.com/FrauJulian/Personal-Portfolio-Website/issues", + "repository": "https://git.lechner-systems.at/fraujulian/Personal-Portfolio-Website", + "bugs": "https://git.lechner-systems.at/fraujulian/Personal-Portfolio-Website/issues", "author": { "name": "Lechner Julian", "nickname": "FrauJulian",