Skip to content

Commit 1d48700

Browse files
tleydenrish664
authored andcommitted
Update environment file template name in quickstart
The file name in the repo is env.template, not .env.template
1 parent 71ff14c commit 1d48700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ icon: "play"
2323
cd pipeshub-ai/deployment/docker-compose
2424

2525
# Copy and update the environment file
26-
cp .env.template .env
26+
cp env.template .env
2727

2828
# 👉 Edit the .env file to set secrets, passwords, and the public URLs
2929
# of the Frontend and Connector services (required for webhook notifications and real-time updates)

0 commit comments

Comments
 (0)