config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

Dockerfile.common.in (116B)


      1 COPY . /pdf-tools
      2 WORKDIR /pdf-tools
      3 RUN make -s distclean || true
      4 CMD ["sh", "./server/test/docker/lib/run-tests"]