We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d57f55 commit 9f582c2Copy full SHA for 9f582c2
Makefile
@@ -36,7 +36,7 @@ gocoverage:
36
make gotest GO_TEST_EXTRA_FLAGS="-coverprofile=coverage.txt -covermode=atomic"
37
38
build:
39
- go build -mod=readonly
+ go build -mod=readonly -o video-transcoding-api
40
41
run: build
42
HTTP_PORT=$(HTTP_PORT) APP_LOG_LEVEL=$(LOG_LEVEL) ./video-transcoding-api
0 commit comments