3 lines
65 B
Docker
3 lines
65 B
Docker
FROM ubuntu:latest
|
|
FROM debian:latest
|
|
ENTRYPOINT ["sleep", "1h"]
|
FROM ubuntu:latest
|
|
FROM debian:latest
|
|
ENTRYPOINT ["sleep", "1h"]
|