We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b979c0b commit 587a635Copy full SHA for 587a635
php/Dockerfile-8.2
@@ -4,6 +4,8 @@ ARG ATATUS_VERSION=1.14.0
4
ARG ATATUS_ENABLED=FALSE
5
6
ENV \
7
+ # Disable atatus at runtime
8
+ ATATUS_ENABLED=FALSE
9
# When using Composer, disable the warning about running commands as root/super user
10
COMPOSER_ALLOW_SUPERUSER=1 \
11
# Persistent runtime dependencies
0 commit comments