Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FROM alpine:latest
- RUN echo "I am in the image building process..."
- RUN ls -l /
- ENTRYPOINT ["tail","-f","/dev/null"]
RAW Paste Data