adithya9903 commited on
Commit
c0126fb
·
1 Parent(s): ec115fe

Fix Docker build by including env example.

Browse files

Allow openenv-polypharmacy/.env.example through dockerignore so the root Dockerfile COPY step succeeds in Hugging Face Spaces.

Made-with: Cursor

Files changed (1) hide show
  1. .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