robosats/docker/strfry/Dockerfile
2024-08-07 22:43:48 +02:00

12 lines
210 B
Docker

FROM dockurr/strfry:0.9.6
RUN apk add --no-cache dcron curl iproute2
ADD . /app
COPY entrypoint.sh /etc/strfry/entrypoint.sh
RUN chmod +x /etc/strfry/entrypoint.sh
ENTRYPOINT ["/etc/strfry/entrypoint.sh"]