mirror of
https://github.com/Dvorinka/MyClubServer.git
synced 2026-06-04 02:32:57 +00:00
hot fix #1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user