Link .env into docker

This commit is contained in:
mmcwilliams 2023-12-14 15:36:19 -05:00
parent de48c3f07d
commit 2316cf7d90
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ services:
volumes:
- './views:/code/views'
- './data/:/code/data'
- './.env:/code/.env'
ports:
- '3333:3333'
- '3333:3333'