Skip to content

Commit

Permalink
Merge pull request #25 from octoposprime/fix/agr/24/command-in-makefile
Browse files Browse the repository at this point in the history
fix: local-run command
  • Loading branch information
Maraza25 authored Apr 3, 2024
2 parents c4afb17 + 44082d4 commit b6d8ee4
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 && export LOCAL && 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 b6d8ee4

Please sign in to comment.