Adds working_dir property to app-container

This commit is contained in:
Julius Rajala 2023-12-16 21:18:34 +02:00
parent b1dec09d20
commit 2f18326f87
1 changed files with 1 additions and 0 deletions

View File

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