Fix issue with post-create scripts failing on local docker (#28402)

pull/30432/head
Julius Rajala 1 year ago committed by GitHub
parent ccb6aeddac
commit a5c808e9b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,6 +2,7 @@ version: '3'
services: services:
app: app:
working_dir: /workspaces/mastodon/
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile

Loading…
Cancel
Save