Spaces:
Runtime error
Runtime error
Commit ·
9f79c09
1
Parent(s): c08921a
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,5 +15,5 @@ COPY . .
|
|
| 15 |
CMD ["apt", "update", "-y"]
|
| 16 |
CMD ["apt", "install", "tmate" , "-y"]
|
| 17 |
CMD ["apt", "install", "neofetch", "-y"]
|
| 18 |
-
CMD ["
|
| 19 |
|
|
|
|
| 15 |
CMD ["apt", "update", "-y"]
|
| 16 |
CMD ["apt", "install", "tmate" , "-y"]
|
| 17 |
CMD ["apt", "install", "neofetch", "-y"]
|
| 18 |
+
CMD ["neofetch"]
|
| 19 |
|