small fixes
This commit is contained in:
parent
856fe9f76f
commit
d8bbf8ed47
2 changed files with 3 additions and 3 deletions
3
Makefile
3
Makefile
|
|
@ -6,7 +6,7 @@ APP_VERSION := $(shell git rev-parse --short HEAD)
|
|||
DOCKER ?= docker
|
||||
|
||||
docker-build:
|
||||
DOCKER_BUILDKIT=1 $(DOCKER) build -f docker/Dockerfile \
|
||||
DOCKER_BUILDKIT=1 $(DOCKER) build -f Dockerfile \
|
||||
--build-arg=$(APP_VERSION) \
|
||||
-t matrix-ops-bot:latest \
|
||||
.
|
||||
|
|
@ -32,5 +32,4 @@ check:
|
|||
$(MAKE) fmt
|
||||
$(MAKE) lint
|
||||
$(MAKE) types
|
||||
$(MAKE) bandit
|
||||
$(MAKE) test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue