evening_detective/Dockerfile
The_evening_detective a0f50ea2bf Initial commit
2025-05-12 17:10:48 +00:00

6 lines
205 B
Docker

FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY bin/evening_detective /usr/local/bin/evening_detective
RUN chmod +x /usr/local/bin/evening_detective
CMD ["/usr/local/bin/evening_detective"]