dockerbuild_hello_world/Dockerfile

2 lines
54 B
Docker

FROM alpine
CMD ["echo", "Hello from the databaseme!"]