routeros-exporter/Makefile

7 lines
115 B
Makefile
Raw Permalink Normal View History

2021-05-29 21:14:26 +00:00
all: pull build
pull:
docker pull python:alpine
build:
docker build --network yann_default -t python-routeros .