This commit is contained in:
Tomas Dvorak
2026-01-26 08:13:18 +01:00
parent aa036b6550
commit dfc079288f
505 changed files with 95755 additions and 5712 deletions
+5 -5
View File
@@ -20,13 +20,13 @@ build:
run:
go run main.go
# Start the application with Docker
# Start the application with Docker (MyClub + E-shop if enabled)
docker-up:
docker-compose up -d --build
@./docker-compose-wrapper.sh up -d --build
# Stop the Docker containers
docker-down:
docker-compose down
docker compose down
# Run tests
test:
@@ -58,6 +58,6 @@ fmt:
lint:
golangci-lint run
# Run the application in development mode
# Run the application in development mode (MyClub + E-shop if enabled)
dev:
docker-compose -f docker-compose.yml up --build
@./docker-compose-wrapper.sh up --build