From 17a095208010c4716b4b7cd28071cc0707c4f50e Mon Sep 17 00:00:00 2001 From: Tamara Slosarek Date: Wed, 7 Jun 2023 16:48:30 +0200 Subject: [PATCH] chore: add note on .env to lab-server/CONTRIBUTING --- lab-server/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lab-server/CONTRIBUTING.md b/lab-server/CONTRIBUTING.md index f482965a2..a910d5c20 100644 --- a/lab-server/CONTRIBUTING.md +++ b/lab-server/CONTRIBUTING.md @@ -103,6 +103,9 @@ _database. Instead, run the following commands:_ ~`docker compose --file lab-server/docker-compose.yml --profile production up`~ ~to start all components.~ +~_Note: removed the .env file from the Dockerfile to fix workflow; should set_~ +~_variables in `docker-compose.yml` when attemting to fix this whole setup._~ + ~The API and other components will be available under the ports specified in~ ~the `.env` file.~