File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 "request" : " launch" ,
1111 "port" : 9003 ,
1212 "pathMappings" : {
13- "/usr/src/api" : " ${workspaceFolder} "
13+ "/usr/src/api/ " : " ${workspaceFolder/api "
1414 }
1515 },
1616 {
1919 "request" : " launch" ,
2020 "port" : 9000 ,
2121 "pathMappings" : {
22- "/usr/src/api" : " ${workspaceFolder}"
22+ "/usr/src/api/ " : " ${workspaceFolder}/api "
2323 }
2424 }
2525 ]
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dev-daemon:
2121down :
2222docker-compose down
2323api-install :
24- docker exec -it api composer install --no-dev --no- cache --ignore-platform-reqs
24+ docker exec -it api composer install --no-cache --ignore-platform-reqs
2525api-debug :
2626docker exec -it api php artisan serve --host 0.0.0.0 --port 8000
2727api-serve :
You can’t perform that action at this time.
0 commit comments