Skip to content

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusklocke committed Feb 11, 2024
1 parent bbe439a commit cf78ea4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/rr-server.php → bin/lima-worker
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php
require_once __DIR__ . '/../vendor/autoload.php';

Expand Down
2 changes: 1 addition & 1 deletion docker/php/roadrunner/.rr.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: '3'
server:
command: "php /var/www/api/bin/rr-server.php"
command: "lima-worker"
user: "www-data"
group: "www-data"
http:
Expand Down
1 change: 0 additions & 1 deletion docker/php/roadrunner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ RUN composer install --optimize-autoloader --no-cache --no-dev --no-progress
# Install own application sources
COPY templates templates/
COPY src src/
COPY public public/
COPY migrations migrations/
COPY config config/
COPY bin bin/
Expand Down

0 comments on commit cf78ea4

Please sign in to comment.