Spaces:
Sleeping
Sleeping
Commit ·
c0126fb
1
Parent(s): ec115fe
Fix Docker build by including env example.
Browse filesAllow openenv-polypharmacy/.env.example through dockerignore so the root Dockerfile COPY step succeeds in Hugging Face Spaces.
Made-with: Cursor
- .dockerignore +1 -0
.dockerignore
CHANGED
|
@@ -9,3 +9,4 @@
|
|
| 9 |
**/dist
|
| 10 |
**/.env
|
| 11 |
**/.env.*
|
|
|
|
|
|
| 9 |
**/dist
|
| 10 |
**/.env
|
| 11 |
**/.env.*
|
| 12 |
+
!openenv-polypharmacy/.env.example
|