Skip to content

Commit 64cadbd

Browse files
committed
fix: supervisord image build
1 parent 80e2ed2 commit 64cadbd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Dockerfiles/base/Dockerfile.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{{ edit_comment_base }}
22

3+
{% if 'supervisord' == php_type %}
4+
FROM php:{{ php_version }}-cli-alpine
5+
{% else %}
36
FROM php:{{ php_version }}-{{ php_type }}-alpine
7+
{% endif %}
48

59
# Labels
610
# https://github.com/opencontainers/image-spec/blob/main/annotations.md

0 commit comments

Comments
 (0)