[c] fix broken links & add comment to justfile
All checks were successful
Build and push docker image / deploy (push) Successful in 40s
All checks were successful
Build and push docker image / deploy (push) Successful in 40s
This commit is contained in:
parent
24e0e9f29b
commit
bb66957eb8
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
1
Justfile
1
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
|
||||
|
|
Loading…
Reference in a new issue