theonlykid commited on
Commit
9f79c09
·
1 Parent(s): c08921a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 ["ls"]
19
 
 
15
  CMD ["apt", "update", "-y"]
16
  CMD ["apt", "install", "tmate" , "-y"]
17
  CMD ["apt", "install", "neofetch", "-y"]
18
+ CMD ["neofetch"]
19