Skip to content

Commit

Permalink
Merge pull request #26 from octoposprime/fix/agr/24/command-in-makefile
Browse files Browse the repository at this point in the history
fix: local-run command in makefile
  • Loading branch information
Sddilora authored Apr 3, 2024
2 parents b6d8ee4 + e648308 commit 56281c6
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 @@ -61,7 +61,7 @@ docker-release: ## Release the container with tag latest and version

## Run:
local-run: ## Run in Local for Development
LOCAL=true && export LOCAL && go run cmd/service/main.go
LOCAL=true go run cmd/service/main.go

docker-run: ## Run in Docker for Development
docker run -d --expose $(LOCAL_PORT) -p $(LOCAL_PORT):$(CONTAINER_PORT) --network $(NETWORK) --name $(DOCKER_CONTAINER) $(DOCKER_REPOSITORY)/$(DOCKER_CONTAINER)
Expand Down

0 comments on commit 56281c6

Please sign in to comment.