Skip to content

Commit 1b54bd4

Browse files
authored
docs: fix environment file references in local deployment guide
1 parent 0aac050 commit 1b54bd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

local-deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can try **Secure Chain** tool in your local machine for development purposes
1010

1111
## Enviroment File
1212

13-
The first you need is to create an enviroment `(.env and .env.local)` file from this template:
13+
The first you need is to create an enviroment `(.env)` file from this template:
1414

1515
```bash
1616
# For dockerized backend and database
@@ -197,7 +197,7 @@ services:
197197
container_name: securechain-frontend
198198
image: ghcr.io/securechaindev/securechain-frontend:latest
199199
env_file:
200-
- .env.local
200+
- .env
201201
ports:
202202
- "80:80"
203203
networks:

0 commit comments

Comments
 (0)