Sam Therapy
40278ed22f
Why not though snap sucks and docker seems kind of pointless since this is just a static file Signed-off-by: Sam Therapy <sam@samtherapy.net>
3 lines
44 B
Docker
3 lines
44 B
Docker
FROM scratch
|
|
ENTRYPOINT ["/awl"]
|
|
COPY awl /
|