Add /dev to compose

This commit is contained in:
2023-08-11 22:48:28 +02:00
parent 37967fbd8c
commit 11a569da30
2 changed files with 28 additions and 31 deletions

View File

@@ -5,4 +5,6 @@ services:
context: .
target: prod
ports:
- "8000:8000"
- "80:8000"
volumes:
- "/dev/serial/by-id:/dev/serial/by-i"