[c] add description label to dockerfile
This commit is contained in:
parent
4ecf1f1de6
commit
ef5bc8a670
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue