forked from Deuxfleurs/bottin
5 lines
64 B
Docker
5 lines
64 B
Docker
FROM scratch
|
|
|
|
ADD bottin.static /bottin
|
|
|
|
ENTRYPOINT ["/bottin"]
|