From 3c2420090f59377438ad7de5e37d611016b7ffa6 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Thu, 4 Jul 2024 14:24:16 -0400 Subject: [PATCH] another silly mistake --- docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8bf2dc1..4551f2d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -81,8 +81,10 @@ services: - ./public/system:/mastodon/public/system streaming: - build: . - image: git.solarpunk.moe/solarpunk/mastodon:${MASTO_VERSION} + build: + context: . + dockerfile: streaming/Dockerfile + image: git.solarpunk.moe/solarpunk/mastodon-streaming:${MASTO_VERSION} restart: always env_file: .env.production command: node ./streaming