Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer not properly ran during docker install #1100

Open
RandoomJD opened this issue Nov 7, 2022 · 1 comment
Open

Composer not properly ran during docker install #1100

RandoomJD opened this issue Nov 7, 2022 · 1 comment

Comments

@RandoomJD
Copy link

Recreate

  1. Follow instructions as written in Installing Myradio
  2. Fatal error listed on visiting https://localhost:4443/myradio/

Quick-fix

  1. Enter docker container with docker exec -it myradio-myradio-1 /bin/bash
  2. Run composer install
@markspolakovs
Copy link
Member

That's bizarre - the Dockerfle explicitly runs it:

WORKDIR /var/www/myradio
COPY composer.* /var/www/myradio/
RUN COMPOSER_VENDOR_DIR=/var/www/myradio/src/vendor composer install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants