From 40bbc817a80258d6c593e867a12ba262c11537ca Mon Sep 17 00:00:00 2001 From: Roy Nilsson Date: Wed, 20 Dec 2023 12:20:02 +0100 Subject: [PATCH] Fix filename typo in Dockerfile --- Dockerfile | 2 +- compile.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 016607d..8bff9f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM debian:bookworm-slim RUN apt update && \ apt install -y texlive-full -ADD build.sh / +ADD compile.sh / RUN chmod +x /compile.sh ENTRYPOINT ["/compile.sh"] diff --git a/compile.sh b/compile.sh index 45ac35b..4852fd8 100755 --- a/compile.sh +++ b/compile.sh @@ -1,6 +1,6 @@ #!/bin/sh -set -euo pipefail +set -e files="$1" compiler="$2"