2 lines
39 B
Docker
2 lines
39 B
Docker
FROM busybox:latest
|
|
CMD echo "success"
|
FROM busybox:latest
|
|
CMD echo "success"
|