Skip to content

Commit

Permalink
Fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Feb 27, 2022
1 parent 9151382 commit e972bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VER=`cat VERSION`

build:
build: Dockerfile cryptostore.py
docker build . -t ghcr.io/bmoscon/cryptostore:latest

release: build
Expand Down

0 comments on commit e972bdd

Please sign in to comment.