Fix filename typo in Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ FROM debian:bookworm-slim
|
|||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt install -y texlive-full
|
apt install -y texlive-full
|
||||||
|
|
||||||
ADD build.sh /
|
ADD compile.sh /
|
||||||
RUN chmod +x /compile.sh
|
RUN chmod +x /compile.sh
|
||||||
|
|
||||||
ENTRYPOINT ["/compile.sh"]
|
ENTRYPOINT ["/compile.sh"]
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -euo pipefail
|
set -e
|
||||||
|
|
||||||
files="$1"
|
files="$1"
|
||||||
compiler="$2"
|
compiler="$2"
|
||||||
|
|||||||
Reference in New Issue
Block a user