Skip to content

Commit a28a85f

Browse files
committed
Pyinstaller build working
1 parent 836274b commit a28a85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ services:
99
- TOKEN=${TOKEN}
1010
volumes:
1111
- /tmp/.X11-unix:/tmp/.X11-unix
12-
- ./sketches:/sketches/ # Change this line to have a comunicating folder where you want
12+
- $HOME/tensyduino/sketches:/sketches/ # Change this line to have a comunicating folder where you want
1313
network_mode: host
1414
privileged: true # It could be also deprivileged but you must a devices section with the specific port of the teensy

0 commit comments

Comments
 (0)