Skip to content

Commit

Permalink
Fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpuffin committed Sep 16, 2024
1 parent b5912ee commit 3d2e7c9
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
Expand Up @@ -26,7 +26,7 @@ run: build
.PHONY: build-prod
build-prod:
@echo Building from source....
@CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o ./build/$(NAME) $(CMD_DIR)/main.go
@CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-extldflags "-static"' -o main $(CMD_DIR)/main.go

.PHONY: run-prod
run-prod:
Expand Down

0 comments on commit 3d2e7c9

Please sign in to comment.