Added function to display real Clients #17

Merged
stefan merged 3 commits from merge-jsons into master 2021-02-13 15:48:40 +00:00
Showing only changes of commit 63b08c46d4 - Show all commits

View File

@ -2,8 +2,6 @@ FROM alpine:3.12.3
WORKDIR /opt/ WORKDIR /opt/
ADD ./release/*/*/ubnt-freifunk-map-api /opt/ubnt-freifunk-map-api 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 RUN chmod +x /opt/ubnt-freifunk-map-api
EXPOSE 3000 EXPOSE 3000