build/Dockerfile

4 lines
51 B
Docker
Raw Normal View History

2024-11-27 12:48:00 +00:00
FROM alpine
RUN echo "Hello, World!" > /hello.txt