Skip to content

Commit

Permalink
fixing Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Steurer <[email protected]>
  • Loading branch information
Andrew Steurer committed Aug 14, 2024
1 parent d050e50 commit a79290b
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,4 +1,4 @@
.PHONY: build push exec_db
.PHONY: build push exec_db install uninstall
# Builds the docker image of the database client and tags it
build:
docker build . -f app.Dockerfile -t ghcr.io/kube-hack/sql-injection
Expand Down

0 comments on commit a79290b

Please sign in to comment.