Add dockerfile & makefile
This commit is contained in:
parent
9ca2319662
commit
9af0739d80
5 changed files with 94 additions and 2 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
all: pull build
|
||||
|
||||
pull:
|
||||
docker pull python:alpine
|
||||
|
||||
build:
|
||||
docker build --network yann_default -t python-routeros .
|
||||
Loading…
Add table
Add a link
Reference in a new issue