mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
fix docker-compose start
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user