5 lines
92 B
Docker
5 lines
92 B
Docker
|
FROM resin/raspberrypi3-alpine
|
||
|
COPY mandelmapper /usr/bin
|
||
|
EXPOSE 6161:6161
|
||
|
CMD mandelmapper
|