updated to use .env file

This commit is contained in:
simplypower-bbj
2022-12-17 01:26:19 +01:00
parent 167426914f
commit 1041828256
+1 -1
View File
@@ -4,5 +4,5 @@ services:
image: twitter_scraper:1.0 image: twitter_scraper:1.0
container_name: twitter_scraper container_name: twitter_scraper
restart: always restart: always
env_file: build.env env_file: .env
build: . build: .