uopspop

Untitled

Mar 16th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. FROM alpine:3.7
  2. RUN touch say.txt
  3. RUN echo "Congrat! You have run the first image!" > say.txt
  4. ENTRYPOINT ["cat", "./say.txt"]
Add Comment
Please, Sign In to add comment