Skip to content

Commit 8e43fcc

Browse files
committed
Fixes issue #2
1 parent d254d50 commit 8e43fcc

6 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- name: Test docker images
2020
run: |
21+
docker run kooldev/wordpress:${{ matrix.version }}
2122
docker run kooldev/wordpress:${{ matrix.version }} php -v
2223
docker run kooldev/wordpress:${{ matrix.version }} php /usr/src/wordpress/index.php
2324

7.1-fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
1414
COPY kool.ini /kool/kool.tmpl
1515

1616
ENTRYPOINT [ "dockerize", "-template", "/kool/kool.tmpl:/usr/local/etc/php/conf.d/kool.ini", "docker-entrypoint.sh" ]
17+
CMD [ "php-fpm" ]

7.2-fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
1414
COPY kool.ini /kool/kool.tmpl
1515

1616
ENTRYPOINT [ "dockerize", "-template", "/kool/kool.tmpl:/usr/local/etc/php/conf.d/kool.ini", "docker-entrypoint.sh" ]
17+
CMD [ "php-fpm" ]

7.3-fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
1414
COPY kool.ini /kool/kool.tmpl
1515

1616
ENTRYPOINT [ "dockerize", "-template", "/kool/kool.tmpl:/usr/local/etc/php/conf.d/kool.ini", "docker-entrypoint.sh" ]
17+
CMD [ "php-fpm" ]

7.4-fpm-alpine/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSI
1414
COPY kool.ini /kool/kool.tmpl
1515

1616
ENTRYPOINT [ "dockerize", "-template", "/kool/kool.tmpl:/usr/local/etc/php/conf.d/kool.ini", "docker-entrypoint.sh" ]
17+
CMD [ "php-fpm" ]

template/Dockerfile.blade.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@
1414
COPY kool.ini /kool/kool.tmpl
1515

1616
ENTRYPOINT [ "dockerize", "-template", "/kool/kool.tmpl:/usr/local/etc/php/conf.d/kool.ini", "docker-entrypoint.sh" ]
17+
CMD [ "php-fpm" ]

0 commit comments

Comments
 (0)