Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhquang111 committed Aug 26, 2024
1 parent 896e964 commit 30146ba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ DOCKER_REPO := $(DOCKER_USERNAME)/$(APP_NAME)
VERSION := 1.0.0
PORT := 8080

push-code:
git add .
git commit -m "fix"
git push

build:
go run main.go


docker-build:
@echo "Building the Docker image..."
docker build -t $(DOCKER_REPO):$(VERSION) .
Expand Down

0 comments on commit 30146ba

Please sign in to comment.