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 f5214b7 commit e801107Copy full SHA for e801107
Dockerfile
@@ -7,6 +7,7 @@ ENV APP_ENV='prod'
7
ENV PUID='1000'
8
ENV PGID='1000'
9
ENV USER='mendako'
10
+ENV COMPOSER_ALLOW_SUPERUSER=1
11
12
COPY ./ /var/www/mendako
13
composer.json
@@ -86,8 +86,8 @@
86
},
87
"scripts": {
88
"auto-scripts": {
89
- "bin/console cache:clear": "script",
90
- "bon/console assets:install %PUBLIC_DIR%": "script"
+ "cache:clear": "symfony-cmd",
+ "assets:install %PUBLIC_DIR%": "symfony-cmd"
91
92
"post-install-cmd": [
93
"@auto-scripts"
0 commit comments