Files
isaiah/Dockerfile
2024-01-04 01:24:18 +01:00

8 lines
78 B
Docker

FROM scratch
COPY isaiah /
ENV DOCKER_RUNNING=true
ENTRYPOINT ["./isaiah"]