7 lines
115 B
Makefile
7 lines
115 B
Makefile
all: pull build
|
|
|
|
pull:
|
|
docker pull python:alpine
|
|
|
|
build:
|
|
docker build --network yann_default -t python-routeros .
|