diff --git a/.gitignore b/.gitignore index 9eccc8c68..d2eb0ee97 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,7 @@ yarn-error.log* next-env.d.ts # homepage -/config +#/config # IDEs /.idea/ diff --git a/Dockerfile b/Dockerfile index 3e6de7568..651203ab6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,13 @@ LABEL org.opencontainers.image.url="https://github.com/gethomepage/homepage" LABEL org.opencontainers.image.documentation='https://github.com/gethomepage/homepage/wiki' LABEL org.opencontainers.image.source='https://github.com/gethomepage/homepage' LABEL org.opencontainers.image.licenses='Apache-2.0' +LABEL homepage.group="Automation" +LABEL homepage.name="Home Page" +LABEL homepage.icon="home" +LABEL homepage.descrtiption="ASB Homepage" +LABEL homepage.href=https://homepage.asbblog.com + + ENV NODE_ENV production