Compare commits

...

2 Commits

Author SHA1 Message Date
Brock H Caldwell
5e306c6740 fix: adds php84-xml 2025-11-04 14:24:42 -06:00
Brock H Caldwell
56129de3f9 fix: uses correct command 2025-11-04 13:50:27 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ RUN apk add --no-cache \
php84-opcache \
php84-openssl \
php84-pdo_mysql \
php84-xml \
supervisor
RUN ln -s /usr/bin/php84 /usr/bin/php

View File

@@ -18,4 +18,4 @@ ENV APP_VERSION=${APP_VERSION}
COPY --chown=1000:1000 ./ /app
# To retain backwards compatibility, default to async & download transports
CMD [ "--async", "--download" ]
CMD [ "--monitor" ]