Skip to content

Commit

Permalink
compose/web: tty required to work
Browse files Browse the repository at this point in the history
Don't know the details why, but see this facebook/create-react-app#8688
  • Loading branch information
audunsolemdal committed Jun 22, 2020
1 parent 30a03e0 commit 0c66968
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.4'

services:
server:
image: sdpequinor/release-aware-api:latest
image: sdpequinor/release-aware-api:1.8
restart: unless-stopped
command: /scripts/run-local-server.sh
build:
Expand Down Expand Up @@ -62,7 +62,8 @@ services:
jetstack/cert-manager,
stable/oauth2-proxy
client:
image: sdpequinor/release-aware-web:1.7
image: sdpequinor/release-aware-web:1.8
tty: true
restart: unless-stopped
build:
context: ./client/
Expand Down

0 comments on commit 0c66968

Please sign in to comment.