Files
20250607.0350_testrepo/Dockerfile
2025-06-08 04:22:56 +09:00

5 lines
84 B
Docker

# Dockerfile
FROM alpine:latest
COPY hello.txt /hello.txt
CMD ["cat", "/hello.txt"]