Skip to content

Commit e801107

Browse files
Try fixing composer issues
1 parent f5214b7 commit e801107

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ ENV APP_ENV='prod'
77
ENV PUID='1000'
88
ENV PGID='1000'
99
ENV USER='mendako'
10+
ENV COMPOSER_ALLOW_SUPERUSER=1
1011

1112
COPY ./ /var/www/mendako
1213

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
},
8787
"scripts": {
8888
"auto-scripts": {
89-
"bin/console cache:clear": "script",
90-
"bon/console assets:install %PUBLIC_DIR%": "script"
89+
"cache:clear": "symfony-cmd",
90+
"assets:install %PUBLIC_DIR%": "symfony-cmd"
9191
},
9292
"post-install-cmd": [
9393
"@auto-scripts"

0 commit comments

Comments
 (0)