Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5e306c6740 | ||
|
|
56129de3f9 |
@@ -18,6 +18,7 @@ RUN apk add --no-cache \
|
|||||||
php84-opcache \
|
php84-opcache \
|
||||||
php84-openssl \
|
php84-openssl \
|
||||||
php84-pdo_mysql \
|
php84-pdo_mysql \
|
||||||
|
php84-xml \
|
||||||
supervisor
|
supervisor
|
||||||
|
|
||||||
RUN ln -s /usr/bin/php84 /usr/bin/php
|
RUN ln -s /usr/bin/php84 /usr/bin/php
|
||||||
|
|||||||
@@ -18,4 +18,4 @@ ENV APP_VERSION=${APP_VERSION}
|
|||||||
COPY --chown=1000:1000 ./ /app
|
COPY --chown=1000:1000 ./ /app
|
||||||
|
|
||||||
# To retain backwards compatibility, default to async & download transports
|
# To retain backwards compatibility, default to async & download transports
|
||||||
CMD [ "--async", "--download" ]
|
CMD [ "--monitor" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user