2025-09-29 20:13:32 +02:00

12 lines
144 B
Docker

FROM alpine:3.18.2
RUN apk add npm git openssh
WORKDIR /code
RUN mkdir /images
ENV screenshotDelayMs 100
CMD sh /code/docker-entrypoint.sh