mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 13:17:50 +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"]
|