From c479edc4b756a13b4df4d429d2f918a531d562bf Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Mon, 23 Sep 2019 11:10:27 +0200 Subject: [PATCH] Do not copy the repo into the image any more. --- Dockerfile.travis | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile.travis b/Dockerfile.travis index 4768d83..2513515 100644 --- a/Dockerfile.travis +++ b/Dockerfile.travis @@ -17,9 +17,5 @@ RUN apt-get -qq update && apt-get install -y --no-install-recommends \ texlive-science \ chktex -# Copy the current LaTeX code to the Docker image. -RUN mkdir -p /thesis-template -COPY ./ /thesis-template/ - # Command to actually build the LaTeX code. CMD ["make", "--directory", "/thesis-template/", "test"]