2 lines
44 B
Docker
2 lines
44 B
Docker
|
FROM alpine:latest
|
||
|
ENTRYPOINT sleep infinity
|