update: add missing dirs to the Dockerfile

This commit is contained in:
ngn
2024-08-26 00:27:25 +03:00
parent 561f9a2340
commit 25e6fcaa23
2 changed files with 10 additions and 4 deletions

View File

@ -6,4 +6,8 @@ security: */*.go *.go
format:
gofmt -s -w .
.PHONY: format
update:
go get -u
go mod tidy
.PHONY: format update