Attempt 1
This commit is contained in:
5
Chirpstack_v4/Makefile
Normal file
5
Chirpstack_v4/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
import-lorawan-devices:
|
||||
docker-compose run --rm --entrypoint sh --user root chirpstack -c '\
|
||||
apk add --no-cache git && \
|
||||
git clone https://github.com/brocaar/lorawan-devices /tmp/lorawan-devices && \
|
||||
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'
|
||||
Reference in New Issue
Block a user