mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
Explicitly set PATH for docker-compose (#90)
This commit is contained in:
parent
86b9e37d8e
commit
ca1e5678d2
1 changed files with 1 additions and 0 deletions
|
@ -12,3 +12,4 @@ services:
|
|||
working_dir: "/project"
|
||||
environment:
|
||||
DISPLAY: $DISPLAY
|
||||
PATH: /root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
|
||||
|
|
Loading…
Reference in a new issue