Skip to content

Are the paths still correct #21

Description

@alnutile

https://shippingdocker.com/docker-in-development/up-and-running/ references the path /opt

# Scaffold authentication views/routes
docker run -it --rm \
    -v $(pwd)/application:/opt \
    -w /opt \
    --network=phpapp_appnet \
    shippingdocker/php \
    php artisan make:auth

but the docker_compose file https://github.com/shipping-docker/php-app/blob/master/docker-compose.yml references /var/www/html

so when I change the example commands to that it then works?

docker run -it --rm \
    -v $(pwd)/application:/var/www/html \
    -w /var/www/html \

are one of these out of date or am I just missing the obvious :) thanks

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions