Commit 4e0d3a6eb2c9f911daa6716e075cbf7b13455e78

Authored by George Vlahavas
1 parent b33a72c907

Fix docker command

Showing 1 changed file with 2 additions and 1 deletions

show_routes.sh View file @ 4e0d3a6
1 1 #!/bin/sh
2 2  
3   -docker-compose exec -f docker-compose-jfrog.yml api \
  3 +docker-compose -f docker-compose-jfrog.yml \
  4 + exec api \
4 5 php artisan route:list