Autobuild docker imahe for application

This commit is contained in:
2025-11-19 18:48:21 +01:00
parent 78f53cae7d
commit 5f5c03e479
2 changed files with 3 additions and 0 deletions

View File

@@ -19,6 +19,9 @@ services:
PGDATA: /var/lib/postgresql/data
flightslot:
build:
context: ..
dockerfile: ./docker/flightslot.Dockerfile
image: flightslot:latest
container_name: tech-flightslot
restart: unless-stopped