Add Dockerfile for build testing
This commit is contained in:
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
FROM alpine:3.19
|
||||||
|
RUN echo "Build test" > /build-info.txt
|
||||||
|
CMD ["cat", "/build-info.txt"]
|
||||||
Reference in New Issue
Block a user