Skip to content

Commit 0c40d94

Browse files
author
Marius Benthin
committed
fix: build image if not available
1 parent 5f82200 commit 0c40d94

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
services:
22
thunderstorm:
33
image: ghcr.io/nextronsystems/thunderstorm-deployment:latest
4+
build:
5+
context: .
6+
dockerfile: Containerfile
47
ports:
58
- "${PORT:-8000}:${PORT:-8000}"
69
environment:

0 commit comments

Comments
 (0)