Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ COPY . .
|
|
| 10 |
|
| 11 |
EXPOSE 7860
|
| 12 |
|
| 13 |
-
CMD ["panel", "serve", "/code/
|
| 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/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
|