Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Jun 17, 2024
1 parent 62678db commit 3d2f1fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ build:
python -m build --sdist --wheel

docker:
docker build . -t flaport/sax:latest -f Dockerfile
docker build . -t flaport/sax:0.13.1 -f Dockerfile
docker build . -t flaport/sax:latest -f Dockerfile.dev
docker build . -t flaport/sax:0.13.1 -f Dockerfile.dev

pre-commit:
pre-commit install
Expand Down

0 comments on commit 3d2f1fd

Please sign in to comment.