Merge pull request #5854 from FinnStutzenstein/fixDockercomposeDev

Fix docker compose dev
This commit is contained in:
Norman Jäckel 2021-02-05 12:00:43 +01:00 committed by GitHub
commit f74cf10ff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
context: ../client
dockerfile: docker/Dockerfile.dev
volumes:
- ../client:/app
- ../client/src:/app/src
server:
image: os3-server-dev