17 lines
329 B
YAML
17 lines
329 B
YAML
sming-ide:
|
|
|
|
build: .
|
|
|
|
# Uncomment the lines below if you want to use the source code in you host computer
|
|
# volumes:
|
|
# - ../../Sming/:/workspace/Sming/
|
|
|
|
ports:
|
|
- "10080:80"
|
|
|
|
devices:
|
|
# Modify the line below if you serial adapter is mapped to a different port
|
|
- "/dev/ttyUSB0:/dev/ttyUSB0"
|
|
|
|
privileged: true
|