From 17c28c692dc2215d12b0203d779ca966112b4018 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Fri, 13 Aug 2021 12:18:12 +0200 Subject: [PATCH] fix docker-compose start --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index f56d1bb..6c16d73 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: anonymous_github: build: . restart: always - command: nodemon index.js + command: nodemon --transpile-only index.ts image: tdurieux/anonymous_github:v2 container_name: anonymous_github env_file: