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 ea38736 commit a74b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN chown -R application:application /app \
&& mkdir -p /app/bootstrap/cache \
&& chmod -R 775 /app/bootstrap/cache

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

0 comments on commit a74b95f

Please sign in to comment.