Skip to content

Commit

Permalink
update be Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Mar 29, 2024
1 parent 08ff6b8 commit 7725cec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ ENV PHP_DISMOD=ioncube,pdo_sqlsrv,sqlsrv,pdo_mysql,mysqli,mysqlnd,pdo_sqlite,mys
COPY ./docker/supervisord/syslog.conf /opt/docker/etc/supervisor.d/syslog.conf

RUN chown -R application:application /app \
&& chmod -R 755 /app/storage
&& chmod -R 755 /app/storage \
&& chmod -R 775 /app/bootstrap/cache

RUN composer install \
RUN php artisan cache:clear && composer install \
--ignore-platform-reqs \
--no-interaction \
--no-dev \
Expand Down

0 comments on commit 7725cec

Please sign in to comment.