Skip to content

Commit

Permalink
chore: specify repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rise-erpelding committed Sep 22, 2023
1 parent 1be085d commit c9fd3b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
RUN chmod +x vendor/bin/twigcs

0 comments on commit c9fd3b3

Please sign in to comment.