diff --git a/Dockerfile b/Dockerfile index badce20..0dbbdd3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,10 +32,10 @@ CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile LABEL org.opencontainers.image.title="Sangelo's Space" LABEL org.opencontainers.image.description="Sangelo's Space website, packaged as a docker container, with the Caddy webserver." LABEL org.opencontainers.image.url="https://sangelo.space" -LABEL org.opencontainers.image.documentation="https://git.org/sangelo/appsite" +LABEL org.opencontainers.image.documentation="https://gitpot.org/sangelo/website" LABEL org.opencontainers.image.vendor="Sangelo" LABEL org.opencontainers.image.licenses="GPL-v3" -LABEL org.opencontainers.image.source="https://git.org/sangelo/appsite" +LABEL org.opencontainers.image.source="https://gitpot.org/sangelo/website" # Remove intermediate images after build ONBUILD RUN rm -rf /git diff --git a/Justfile b/Justfile index e79db86..a675323 100644 --- a/Justfile +++ b/Justfile @@ -83,6 +83,7 @@ preview: _install yarn run build yarn run preview --open +# upgrade dependencies for the project interactively with yarn upgrade-interactive: _install @echo "Interactively upgrading packages..." yarn upgrade-interactive --latest