KashyapiNagaHarshitha commited on
Commit
fb54fba
1 Parent(s): 967ec8e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,7 +10,7 @@ COPY . .
10
 
11
  EXPOSE 7860
12
 
13
- CMD ["panel", "serve", "/code/Step5_Marker_Threshold_Classification.py","/code/Step4_Background_Substraction.py", "/code/Step2_Quality_Control.py", "/code/Step1_Setup.py", "/code/Step3_ZScore.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--index", "/code/index.html"]
14
 
15
  RUN mkdir /.cache
16
  RUN chmod 777 /.cache
 
10
 
11
  EXPOSE 7860
12
 
13
+ CMD ["panel", "serve", "/code/Step5_Marker_Threshold_Classification.py","/code/Step3_Background_Substraction.py", "/code/Step2_Quality_Control.py", "/code/Step1_Setup.py", "/code/Step4_ZScore.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "*", "--index", "/code/index.html"]
14
 
15
  RUN mkdir /.cache
16
  RUN chmod 777 /.cache