mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-07-08 14:47:59 +02:00
fix docker-compose start
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
|||||||
anonymous_github:
|
anonymous_github:
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
command: nodemon index.js
|
command: nodemon --transpile-only index.ts
|
||||||
image: tdurieux/anonymous_github:v2
|
image: tdurieux/anonymous_github:v2
|
||||||
container_name: anonymous_github
|
container_name: anonymous_github
|
||||||
env_file:
|
env_file:
|
||||||
|
|||||||
Reference in New Issue
Block a user