mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-06-08 01:42:11 +08:00
4 lines
36 B
Go
4 lines
36 B
Go
FROM alpine
|
|
|
|
RUN echo "Hello World"
|