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
Normal View
History
Unescape
Escape
Add container build
2023-04-20 22:01:59 +00:00
FROM
ubuntu:22.04
Update Dockerfile
2023-04-21 15:16:49 +00:00
COPY
./file.txt /file.txt
Add container build
2023-04-20 22:01:59 +00:00
CMD
[
"sh"
,
"-c"
,
"echo Hello"
]