Skip to content

Commit 117fd23

Browse files
committed
docs(env): #22: change the instructions for retrieve environment variables accord to their current storage state
docs: #22: correctof the docker-compose file name in the instructions, accord to the current state docs: #22: correctof the docker-compose file name in the instructions, accord to the current state
1 parent e343f85 commit 117fd23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ When the project configuration is finished, click Build to build the project.
3232
### Project run
3333

3434
#### Before launching web server:
35-
- Run the database container via docker compose command `docker compose -f docker-compose.dev.yaml up -d` from workspace.
36-
- Import environment variables declared in the `.env.dev` file while in the dev container and using the command `export $(grep -v '^#' .env.dev | xargs)`. If the file containing the environment variables is named something other than .env.dev, you should modify the command to specify the correct name.
35+
- Run the database container via docker compose command `docker compose up -d` from workspace.
36+
- Import environment variables declared in the `.env` file while in the dev container and using the command `export $(grep -v '^#' .env | xargs)`. If the file containing the environment variables is named something other than `.env`, you should modify the command to specify the correct name.
3737

3838
To launch the executable, click Launch in the CMake extension.
3939
<p style="text-align: center;"><img src="docs/images/cmakeLaunch.png" alt="cmakeLaunch" width="400"/></p>

0 commit comments

Comments
 (0)