소스 검색

fix docker performance issue

Tuan Nguyen 1 년 전
부모
커밋
013654b1e5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      docker-compose.yml

+ 0 - 1
docker-compose.yml

@@ -1,6 +1,5 @@
 services:
   flask-app:
-    tty: true
     build: . # Uncomment this if you need to build 
     image: ghcr.io/tuanchris/dune-weaver:main # Use latest production image
     restart: always