Skip to content

Commit

Permalink
fix: correct full docker compose to use .env.docker
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby committed Mar 10, 2024
1 parent d4fa104 commit cf12259
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,6 @@ yarn-error.log*

# local env files
.env*.local
.env.docker

# vercel
.vercel
Expand Down
File renamed without changes.
2 changes: 2 additions & 0 deletions packages/ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ yarn-error.log*

# local env files
.env*.local
.env.docker

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts

0 comments on commit cf12259

Please sign in to comment.