Add missing env file in docker compose config

This commit is contained in:
Mikołaj Pich 2023-09-18 22:14:32 +02:00
parent 90f342cf65
commit a220297785

View file

@ -3,6 +3,8 @@ version: "3.8"
services:
schools:
build: .
env_file:
- .env
ports:
- "3002:3002"
networks: