update dockerfile and .gitignore
This commit is contained in:
parent
a82011fd90
commit
52d7070526
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -81,3 +81,4 @@ phanpy
|
|||
|
||||
*storybook.log
|
||||
storybook-static
|
||||
backup
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue