Skip to content

Commit

Permalink
Merge pull request #1759 from bakaphp/feat-octane-frankenphp
Browse files Browse the repository at this point in the history
Feat octane frankenphp
  • Loading branch information
rwhite27 committed Aug 1, 2024
2 parents 5412ca6 + e5416c6 commit f0d375b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ec2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@ jobs:
docker restart queue5
docker restart queue6
fi
docker exec -i phpkanvas-ecosystem php artisan octane:start --server=swoole --host=0.0.0.0 --port=8000
2 changes: 1 addition & 1 deletion development.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ RUN chmod -R 777 /var/www/html/storage/logs/

RUN composer install --optimize-autoloader

EXPOSE 8080
EXPOSE 8000

0 comments on commit f0d375b

Please sign in to comment.