Some checks failed
Test Deploy to OCI Registry / deploy (push) Failing after 1m17s
5 lines
113 B
Docker
5 lines
113 B
Docker
# Dockerfile
|
|
FROM alpine:3.16
|
|
|
|
# A dummy command to show the container is working.
|
|
CMD ["echo", "Hello, world!"]
|