fix build: directive missing in dev compose file for updater

This commit is contained in:
Andrew Dolgov 2024-08-16 14:27:59 +03:00
parent b626a61461
commit 99e444d1d2
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A

View File

@ -34,6 +34,9 @@ services:
updater:
image: cthulhoo/ttrss-fpm-pgsql-static:latest
build:
dockerfile: .docker/app/Dockerfile
context: .
restart: unless-stopped
env_file:
- .env