mirror of
https://github.com/will-moss/isaiah.git
synced 2024-08-22 23:27:15 +03:00
8 lines
78 B
Docker
8 lines
78 B
Docker
FROM scratch
|
|
|
|
COPY isaiah /
|
|
|
|
ENV DOCKER_RUNNING=true
|
|
|
|
ENTRYPOINT ["./isaiah"]
|