Docker .env should be right one
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
#4test
parent
d263966ded
commit
14ed4ad11f
|
|
@ -5,8 +5,8 @@ services:
|
||||||
build: .
|
build: .
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
volumes:
|
env_file:
|
||||||
- ./.env:/bot/open_sesam/.env
|
- .env
|
||||||
restart: always
|
restart: always
|
||||||
logging:
|
logging:
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue