Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiritin committed Jan 18, 2022
1 parent e2269a1 commit d5f7529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ RUN composer install --no-dev --optimize-autoloader \
&& rm -rf .env bootstrap/cache/*.php auth.json \
&& chown -R www-data:www-data /app \
&& rm -rf ~/.composer
CMD "php artisan octane:start --host=0.0.0.0 --port=80"
CMD sh -c "php artisan octane:start --host=0.0.0.0 --port=80"

0 comments on commit d5f7529

Please sign in to comment.