Skip to content

Commit

Permalink
update conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Apr 13, 2024
1 parent 4db34c7 commit f03bea1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ENV WEB_DOCUMENT_ROOT /app/public
ENV PHP_DISMOD=ioncube,pdo_sqlsrv,sqlsrv,pdo_mysql,mysqli,mysqlnd,pdo_sqlite,mysqlnd,mongodb,memcached

COPY ./docker/supervisord/syslog.conf /opt/docker/etc/supervisor.d/syslog.conf
COPY ./docker/supervisord/supervisord.conf /opt/docker/etc/supervisord.conf

RUN chown -R application:application /app \
&& chmod -R 755 /app/storage \
Expand Down

0 comments on commit f03bea1

Please sign in to comment.