Spaces:
Sleeping
Sleeping
jatin-tec
commited on
Commit
·
65ef282
1
Parent(s):
3ac9e71
run command update
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
|
@@ -17,4 +17,6 @@ ENV MPLCONFIGDIR=/usr/src/app/.config/matplotlib
|
|
| 17 |
RUN mkdir -p /usr/src/app/.config/matplotlib
|
| 18 |
RUN chmod -R 777 /usr/src/app/.config/matplotlib
|
| 19 |
|
|
|
|
|
|
|
| 20 |
CMD ["panel" , "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "jatin-tech-SkinZen.hf.space"]
|
|
|
|
| 17 |
RUN mkdir -p /usr/src/app/.config/matplotlib
|
| 18 |
RUN chmod -R 777 /usr/src/app/.config/matplotlib
|
| 19 |
|
| 20 |
+
COPY . .
|
| 21 |
+
|
| 22 |
CMD ["panel" , "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "jatin-tech-SkinZen.hf.space"]
|