Add maintainer label

This commit is contained in:
Aleksandar Puharic 2023-01-21 02:51:41 +01:00
parent 0d454a15d9
commit 149e34bcd2
Signed by: xZero707
GPG Key ID: 3CC53DCAA9C237BB

View File

@ -59,5 +59,6 @@ ENV WEB_ROOT=html
WORKDIR "/var/www/${WEB_ROOT}/"
VOLUME ["/root/.wp-cli", "/var/www/${WEB_ROOT}", "/var/www/${WEB_ROOT}/wp-content"]
LABEL maintainer="Aleksandar Puharic <aleksandar@puharic.com>"
ENTRYPOINT ["/init"]
EXPOSE 80/TCP