From 52d7070526f5d9aa29e2c88141b41cff2ac754bf Mon Sep 17 00:00:00 2001 From: Erik Stambaugh Date: Fri, 31 Oct 2025 15:18:43 -0700 Subject: [PATCH] update dockerfile and .gitignore --- .gitignore | 1 + docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 43de4e052..3b9b7e874 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ phanpy *storybook.log storybook-static +backup diff --git a/docker-compose.yml b/docker-compose.yml index 039b49076..b749b7868 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -88,8 +88,8 @@ services: container_name: mastodon_streaming # You can uncomment the following lines if you want to not use the prebuilt image, for example if you have local code changes build: - # dockerfile: ./streaming/Dockerfile - # context: . + dockerfile: ./streaming/Dockerfile + context: . #image: ghcr.io/mastodon/mastodon-streaming:v4.4.8 image: teh_mastodon_streaming restart: always