Added Makefile #12

Merged
robin merged 3 commits from dev into main 2026-08-21 09:25:05 +02:00
Showing only changes of commit 53f1e2c642 - Show all commits
+6 -1
View File
@@ -76,4 +76,9 @@ clean:
## docker: Build a Docker image
docker:
@echo "Building Docker image for $(APP_NAME):$(VERSION)..."
@docker build -t $(APP_NAME):$(VERSION) -t $(APP_NAME):latest .
@docker build -t $(APP_NAME):$(VERSION) -t $(APP_NAME):latest .
## swag: Create swagger documentation
swag:
@echo "Creating swagger documentation for $(APP_NAME)"
@swag init -g $(MAIN_DIR)/main.go