Try fixing Jenkins

This commit is contained in:
emil28092005
2026-01-16 23:23:09 +03:00
parent 04d0e2ae31
commit 5b8f9bc1ab
+3 -1
View File
@@ -1,6 +1,8 @@
services:
shagram:
image: ${APP_IMAGE}
image: ${APP_IMAGE:-shagram:local}
build:
context: ../../src/shagram
container_name: shagram-app
environment:
- DATABASE_PATH=/app/data/shagram.db