SushantGautam commited on
Commit
15c535c
·
1 Parent(s): 465d863

skip data gneneration

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install -r /code/requirements.txt
13
 
14
  COPY . .
15
 
16
- RUN python ./src/database.py
17
 
18
 
19
  COPY ".env_demo" ".env"
 
13
 
14
  COPY . .
15
 
16
+ # RUN python ./src/database.py
17
 
18
 
19
  COPY ".env_demo" ".env"