This website requires JavaScript.
Explore
Help
Sign In
containers
/
asciidoc
Watch
1
Star
0
Fork
You've already forked asciidoc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
dc4dc27121
asciidoc
/
Dockerfile
5 lines
90 B
Docker
Raw
Blame
History
FROM
scratch
RUN
echo
"hello world"
COPY
example.txt /
ENV
VAR
=
1
CMD
[
"sleep"
,
"infinity"
]
Reference in New Issue
View Git Blame
Copy Permalink