Skip to content

Commit

Permalink
Add GIN_MODE build argument for debug mode in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kek-Sec committed Dec 19, 2024
1 parent f5a0d36 commit 3e60fd5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:

# Build in debug mode
build-debug:
docker-compose build --build-arg DEBUG=true
docker-compose build --build-arg DEBUG=true --build-arg GIN_MODE=debug

up:
docker-compose up -d
Expand Down Expand Up @@ -35,6 +35,3 @@ ui-build:

ui-up:
cd ui && npm run dev

ui-down:
docker-compose stop ui

0 comments on commit 3e60fd5

Please sign in to comment.