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

Akolosova/hw6 #1191

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Akolosova/hw6 #1191

wants to merge 3 commits into from

Commits on Apr 3, 2024

  1. hw8

    alisaorange committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    07c12cc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. hw6

    alisaorange committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ea9d0ee View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. чтобы сервер запускался вместе с контейнером пробовала добавить CMD […

    …"php", "-S", "0.0.0.0:8000", "-t", "/var/www/application.local"] в Dockerfile, также вместо него добавляла
    
        command: php /var/www/application.local/app.php server в docker-compose.yaml , в обоих случаях одинаковая ошибка.
    alisaorange committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e0635f2 View commit details
    Browse the repository at this point in the history