tiffank1802 commited on
Commit
dc24671
·
1 Parent(s): 009ae8c

Initialize simulation methods in Docker build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -17,6 +17,7 @@ RUN pip install --no-cache-dir -r requirements.txt
17
  COPY . .
18
 
19
  RUN python manage.py migrate --run-syncdb 2>/dev/null || true
 
20
 
21
  EXPOSE 7860
22
 
 
17
  COPY . .
18
 
19
  RUN python manage.py migrate --run-syncdb 2>/dev/null || true
20
+ RUN python manage.py init_simulation_methods 2>/dev/null || true
21
 
22
  EXPOSE 7860
23