Skip to content

Commit

Permalink
fix: supervisord image build
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 15, 2023
1 parent 80e2ed2 commit 64cadbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Dockerfiles/base/Dockerfile.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{{ edit_comment_base }}

{% if 'supervisord' == php_type %}
FROM php:{{ php_version }}-cli-alpine
{% else %}
FROM php:{{ php_version }}-{{ php_type }}-alpine
{% endif %}

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

0 comments on commit 64cadbd

Please sign in to comment.