PublishImage/Dockerfile
mrrpnya 9b5294bb7e
Some checks failed
Test Deploy to OCI Registry / deploy (push) Failing after 1m17s
.
2025-03-06 13:39:23 -08:00

5 lines
113 B
Docker

# Dockerfile
FROM alpine:3.16
# A dummy command to show the container is working.
CMD ["echo", "Hello, world!"]