Skip to content

Commit

Permalink
Deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Oct 6, 2023
1 parent 643f4ee commit 59d9eb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ RUN composer install --optimize-autoloader --no-dev \
&& cp .fly/entrypoint.sh /entrypoint \
&& chmod +x /entrypoint

RUN php artisan key:generate

# If we're using Octane...
RUN if grep -Fq "laravel/octane" /var/www/html/composer.json; then \
rm -rf /etc/supervisor/conf.d/fpm.conf; \
Expand Down

0 comments on commit 59d9eb2

Please sign in to comment.