Skip to content

Commit 88f26df

Browse files
committed
Fix docker
1 parent e735439 commit 88f26df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-compose.yml

-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@ services:
99
web:
1010
build: .
1111
entrypoint: ./docker-wait-for-db.sh
12-
tty: true
1312
volumes:
1413
- .:/app
1514
ports:
1615
- "3000:3000"
1716
environment:
1817
- DB_HOST=db
19-
- TERM=xterm-256color
2018
depends_on:
2119
- db

0 commit comments

Comments
 (0)