mirror of https://github.com/tootsuite/mastodon
Fix issue with post-create scripts failing on local docker (#28402)
parent
ccb6aeddac
commit
a5c808e9b0
|
@ -2,6 +2,7 @@ version: '3'
|
|||
|
||||
services:
|
||||
app:
|
||||
working_dir: /workspaces/mastodon/
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
Loading…
Reference in New Issue