Fix docker compose dev

This commit is contained in:
Finn Stutzenstein 2021-02-05 11:45:35 +01:00
parent 5b2f8409e4
commit 9e38ed955f
No known key found for this signature in database
GPG Key ID: 9042F605C6324654
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