diff --git a/Makefile b/Makefile index c2b63e3..07b3829 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VER=`cat VERSION` -build: +build: Dockerfile cryptostore.py docker build . -t ghcr.io/bmoscon/cryptostore:latest release: build