From c9fd3b3f42dd6c82c0003941fd4a429a5949e48f Mon Sep 17 00:00:00 2001 From: Rise Erpelding Date: Fri, 22 Sep 2023 08:45:34 -1000 Subject: [PATCH] chore: specify repo --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6217237..223c392 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,7 @@ FROM php:8.1-apache-buster +LABEL org.opencontainers.image.source=https://github.com/sparkbox/sparkpress-wordpress-starter + # When changings, also change in .circleci/config.yml ENV WP_VERSION=6.3.1 @@ -34,4 +36,4 @@ RUN find /var/www/ -type f -exec chmod 644 {} \; # make the linters executable so we can run them from containers RUN chmod +x vendor/bin/phpcs -RUN chmod +x vendor/bin/twigcs \ No newline at end of file +RUN chmod +x vendor/bin/twigcs