Fix issue with redaktions app immediately closing down in docker-compose setup

See https://github.com/facebook/create-react-app/issues/8688#issuecomment-602110747
This commit is contained in:
Christoph Lienhard 2020-08-23 18:36:08 +02:00
parent 8c199b1fdb
commit d9471d7842
Signed by: christoph.lienhard
GPG key ID: 6B98870DDC270884

View file

@ -5,6 +5,7 @@ services:
build:
context: ./redaktions-app/
dockerfile: ./dev.Dockerfile
stdin_open: true
depends_on:
- graphql
ports: