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 9f0fba8 commit 4022301Copy full SHA for 4022301
1 file changed
8.4/Dockerfile
@@ -33,8 +33,12 @@ ENV AUTORUN_LARAVEL_FILAMENT=true
33
ENV HEALTHCHECK_PATH=/up
34
35
# Composer settings
36
-ENV COMPOSER_NO_INTERACTION=1
+ENV COMPOSER_ALLOW_SUPERUSER=0
37
+ENV COMPOSER_CACHE_DIR=/dev/null
38
ENV COMPOSER_FUND=0
39
+ENV COMPOSER_HOME=/tmp
40
+ENV COMPOSER_NO_DEV=1
41
+ENV COMPOSER_NO_INTERACTION=1
42
43
# Switch to root so we can do root things
44
USER root
0 commit comments