Fix filename typo in Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -euo pipefail
|
||||
set -e
|
||||
|
||||
files="$1"
|
||||
compiler="$2"
|
||||
|
||||
Reference in New Issue
Block a user