Compare commits
No commits in common. "9443f951b2383b0a7999991834b0d938d302bb70" and "e4a372e29abd690f89e20adbee56633dd9492f1e" have entirely different histories.
9443f951b2
...
e4a372e29a
@ -2,6 +2,8 @@ FROM alpine:3.12.3
|
||||
WORKDIR /opt/
|
||||
|
||||
ADD ./release/*/*/ubnt-freifunk-map-api /opt/ubnt-freifunk-map-api
|
||||
ADD ./devices.json /opt/devices.json
|
||||
ADD ./ucDevices.json /opt/ucDevices.json
|
||||
RUN chmod +x /opt/ubnt-freifunk-map-api
|
||||
|
||||
EXPOSE 3000
|
||||
|
Loading…
Reference in New Issue
Block a user