Skip to content

Commit

Permalink
always map volumes on deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
braceyourself committed Jan 5, 2025
1 parent e17bfc8 commit c3ca8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compose
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ case "$1" in
;;
deploy)
dockerCompose --docker run --rm -it \
-v "$(pwd):/var/www/html" \
-v "\$HOME:\$HOME" \
--entrypoint=php \
php /var/www/html/artisan \
compose:deploy
Expand Down

0 comments on commit c3ca8fb

Please sign in to comment.