Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -40,6 +40,6 @@ ENV PYTHONUNBUFFERED=1 \
|
|
40 |
SYSTEM=spaces \
|
41 |
SHELL=/bin/bash
|
42 |
|
43 |
-
|
44 |
|
45 |
CMD ["/home/user/app/start.sh"]
|
|
|
40 |
SYSTEM=spaces \
|
41 |
SHELL=/bin/bash
|
42 |
|
43 |
+
RUN pwd&&ls
|
44 |
|
45 |
CMD ["/home/user/app/start.sh"]
|