Skip to content

Commit

Permalink
Update Dockerfile to include the COMPOSER_ALLOW_SUPERUSER environment…
Browse files Browse the repository at this point in the history
… variable.
  • Loading branch information
nsouto committed Nov 2, 2023
1 parent c900e8a commit aff205a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion octane/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ ARG INSTALL_POSTGIS=false
ENV DEBIAN_FRONTEND=noninteractive \
TERM=xterm-color \
ENABLE_HORIZON=${ENABLE_HORIZON} \
ENABLE_SCHEDULER=${ENABLE_SCHEDULER}
ENABLE_SCHEDULER=${ENABLE_SCHEDULER} \
COMPOSER_ALLOW_SUPERUSER=1

ENV ROOT=/var/www/html
WORKDIR $ROOT
Expand Down

0 comments on commit aff205a

Please sign in to comment.