5 lines
105 B
Docker
5 lines
105 B
Docker
|
FROM Alpine:latest
|
||
|
COPY ubnt-freifunk-map-api /bin/ubnt-freifunk-map-api
|
||
|
|
||
|
|
||
|
CMD /bin/ubnt-freifunk-map-api
|