Compare commits
No commits in common. "63b08c46d4dd69b073cfab513a6cac931f2cabba" and "7068225f7b63ff6daa0cacfc45aff296f32edb96" have entirely different histories.
63b08c46d4
...
7068225f7b
@ -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