[MISC] Fix authelia-frontend dev server startup. (#767)

The latest react-scripts bumps broke the startup of the authelia-frontend
container because the new version of react-scripts behaves differently when
the container is spawned with a pseudo-tty and when there is not.
pull/770/head
Clément Michaud 2020-03-22 03:10:24 +01:00 committed by GitHub
parent 8b64c9aad5
commit 060b4a19f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ services:
GROUP_ID: ${GROUP_ID}
command: '/resources/entrypoint-frontend.sh'
working_dir: /app
tty: true
volumes:
- './example/compose/authelia/resources/:/resources'
- '../../web:/app'