mirror of
https://github.com/daniviga/django-ram.git
synced 2025-09-26 22:34:07 +02:00
8 lines
175 B
Docker
8 lines
175 B
Docker
FROM dcc/net-to-serial
|
|
|
|
RUN apk update && apk add qemu-system-avr && mkdir /io
|
|
ADD start.sh /opt/dcc
|
|
ADD CommandStation-EX-uno-*.elf /io
|
|
|
|
CMD ["/bin/sh", "/opt/dcc/start.sh"]
|