We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a33b929 commit a7d5a8cCopy full SHA for a7d5a8c
Makefile
@@ -31,6 +31,9 @@ fmt:
31
go fmt ./internal/...; \
32
go fmt ./cmd/...;
33
34
+docker-compose-up-build:
35
+ docker compose -f build/docker-compose.yml -f build/docker-compose.stage.yml up --build
36
+
37
# Run PostgreSQL container for local development
38
database-run:
39
@if [ $$(docker ps -a -q -f name=ctf01d-postgres) ]; then \
build/docker-compose.yml
@@ -13,7 +13,8 @@ services:
13
- ctf01d_net
14
15
ctf01d_backend:
16
- build: .
+ build: ../
17
+ dockerfile: ./Dockerfile
18
depends_on:
19
- ctf_training_platform_db
20
ports:
0 commit comments