mirror of
https://github.com/jetkvm/cloud-api.git
synced 2025-09-16 08:38:15 +00:00
docs(README): Fixed .env.development since that's what npm run dev needs
This commit is contained in:
parent
281b0ab535
commit
1b6792d0e8
@ -39,8 +39,8 @@ docker run --name jetkvm-cloud-db \
|
||||
-p 5432:5432 \
|
||||
-d postgres
|
||||
|
||||
# Copy the .env.example file to .env and populate it with the correct values
|
||||
cp .env.example .env
|
||||
# Copy the .env.example file to a new file .env.development and populate it with the correct values
|
||||
cp .env.example .env.development
|
||||
|
||||
# Install dependencies
|
||||
npm install
|
||||
|
||||
Loading…
Reference in New Issue
Block a user