Playground/hello/Dockerfile

3 lines
33 B
Docker
Raw Permalink Normal View History

2020-12-15 22:20:19 +00:00
FROM alpine
CMD ["echo", "huhu"]