What is my purpose?
This commit is contained in:
commit
89db0bb24d
29 changed files with 1607 additions and 0 deletions
17
Makefile
Normal file
17
Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Local development
|
||||
setup:
|
||||
poetry install
|
||||
|
||||
docker@build:
|
||||
docker build -t fmartingr/butterrobot .
|
||||
|
||||
podman@build:
|
||||
podman build -t fmartingr/butterrobot .
|
||||
|
||||
docker@save:
|
||||
make docker@build
|
||||
docker image save fmartingr/butterrobot -o fmartingr-butterrobot-docker-image.tar
|
||||
|
||||
clean:
|
||||
rm -rf dist
|
||||
rm -rf butterrobot.egg-info
|
Loading…
Add table
Add a link
Reference in a new issue