This website requires JavaScript.
Explore
Help
Register
Sign In
cerc-io
/
test-project
mirror of
https://github.com/dboreham/test-project
Watch
1
Star
0
Fork
You've already forked test-project
0
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b8aebe83f0
test-project
/
container
/
Dockerfile
6 lines
77 B
Docker
Raw
Blame
History
FROM
ubuntu:22.04
COPY
./file.txt /file.txt
CMD
[
"sh"
,
"-c"
,
"echo Hello"
]
Reference in New Issue
View Git Blame
Copy Permalink