[c] add description label to dockerfile

This commit is contained in:
Sangelo 2024-04-03 12:59:24 +02:00
parent 4ecf1f1de6
commit ef5bc8a670

View file

@ -28,5 +28,8 @@ EXPOSE 80
# Start Caddy with the specified Caddyfile
CMD ["caddy", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile"]
# Description for docker container
LABEL description="Sangelo's Space website, packaged as a docker container, with the Caddy webserver."
# Remove intermediate images after build
ONBUILD RUN rm -rf /app