Refactor environment variable handling in frontend setup
This commit is contained in:
@@ -22,8 +22,8 @@ services:
|
||||
container_name: frontend
|
||||
volumes:
|
||||
- ./frontend.env:/app/.env # Mount it as .env at runtime
|
||||
env_file:
|
||||
- ./frontend.env
|
||||
# env_file:
|
||||
# - ./frontend.env
|
||||
ports:
|
||||
- "5100:3000"
|
||||
restart: on-failure
|
||||
|
||||
Reference in New Issue
Block a user