diff --git a/deploy/shagram/compose.yaml b/deploy/shagram/compose.yaml index a8e2b9c..560d5f1 100644 --- a/deploy/shagram/compose.yaml +++ b/deploy/shagram/compose.yaml @@ -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