Skip to content

Commit 30c98d3

Browse files
author
ks6088ts
committed
Remove default Docker command in Makefile
1 parent 1c22cd3 commit 30c98d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ LDFLAGS ?= '-s -w \
1414
# Docker
1515
DOCKER_REPO_NAME ?= ks6088ts
1616
DOCKER_IMAGE_NAME ?= template-go
17-
DOCKER_COMMAND ?= /app
17+
DOCKER_COMMAND ?=
1818

1919
# Tools
2020
TOOLS_DIR ?= /usr/local/bin

0 commit comments

Comments
 (0)