feat: build docker image on push
Some checks failed
Build Docker Image / release-image (push) Failing after 13s
Some checks failed
Build Docker Image / release-image (push) Failing after 13s
This commit is contained in:
3
docker/Dockerfile
Normal file
3
docker/Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM alpine:3.22.0
|
||||
|
||||
CMD ["echo", "Hello, World!"]
|
1
docker/app.py
Normal file
1
docker/app.py
Normal file
@ -0,0 +1 @@
|
||||
print("Hello, World!")
|
Reference in New Issue
Block a user