diff --git a/docker/elk/map/Dockerfile b/docker/elk/map/Dockerfile index 0b5e6c10..7ebf1c7e 100644 --- a/docker/elk/map/Dockerfile +++ b/docker/elk/map/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.15 # # Include dist -#ADD dist/ /root/dist/ +ADD dist/ /root/dist/ # # Install packages RUN apk -U add \ @@ -18,7 +18,7 @@ RUN apk -U add \ git clone https://github.com/t3chn0m4g3/geoip-attack-map && \ cd geoip-attack-map && \ # git checkout 4dae740178455f371b667ee095f824cb271f07e8 && \ -# cp /root/dist/* . && \ + cp /root/dist/* . && \ pip3 install -r requirements.txt && \ pip3 install flask && \ setcap cap_net_bind_service=+ep /usr/bin/python3.9 && \