Persist bash history

This commit is contained in:
Ryan W
2021-09-26 15:51:15 -07:00
parent f01c8842af
commit e99c4c6f95
+2
View File
@@ -9,6 +9,8 @@ services:
- "3000:3000" - "3000:3000"
env_file: env_file:
- .env - .env
environment:
- HISTFILE=/usr/src/app/log/.bash_history
depends_on: depends_on:
- db - db
- redis - redis