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