This website requires JavaScript.
Explore
Help
Sign In
nick
/
dockerbuild_hello_world
Watch
1
Star
0
Fork
You've already forked dockerbuild_hello_world
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
master
dockerbuild_hello_world
/
Dockerfile
2 lines
54 B
Docker
Raw
Permalink
Blame
History
FROM
alpine
CMD
[
"echo"
,
"Hello from the databaseme!"
]
Reference in New Issue
View Git Blame
Copy Permalink