From 41de61070f3d9bf899b1e2e9d1d2a2d0a71d87dc Mon Sep 17 00:00:00 2001 From: Nils Jakobi Date: Sun, 3 Jan 2021 00:45:04 +0100 Subject: [PATCH] fixed Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 97b29b1..9f8d942 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM alpine:latest +FROM alpine:3.12.3 WORKDIR /opt/ -ADD ./release/linux/arm64/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 RUN chmod +x /opt/ubnt-freifunk-map-api