Skip to content

Commit

Permalink
packages and rr update
Browse files Browse the repository at this point in the history
  • Loading branch information
amvid committed Jun 29, 2024
1 parent 566004e commit 849c4fe
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 618 deletions.
2 changes: 1 addition & 1 deletion .docker/php/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bin/console assets:install

if [ ! -f "bin/rr" ]; then
echo "RoadRunner binary not found. Downloading..."
vendor/bin/rr get-binary -f v2024.1.1 --location bin
vendor/bin/rr get-binary -f v2024.1.4 --location bin
chmod +x bin/rr
else
echo "RoadRunner binary found. Skipping download."
Expand Down
2 changes: 1 addition & 1 deletion .docker/php/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN composer install --optimize-autoloader --no-dev --prefer-dist \
&& bin/console assets:install \
&& bin/console cache:clear

COPY --from=ghcr.io/roadrunner-server/roadrunner:2024.1.1 /usr/bin/rr ./bin/rr
COPY --from=ghcr.io/roadrunner-server/roadrunner:2024.1.4 /usr/bin/rr ./bin/rr

EXPOSE 80/tcp

Expand Down
Loading

0 comments on commit 849c4fe

Please sign in to comment.