imperialwool commited on
Commit
1c8287d
1 Parent(s): 5e7bebe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,8 +1,8 @@
1
  FROM debian:latest
2
 
3
- RUN dir
4
 
5
- RUN ls
6
 
7
  RUN apt update
8
 
 
1
  FROM debian:latest
2
 
3
+ CMD ["dir"]
4
 
5
+ CMD ["ls"]
6
 
7
  RUN apt update
8