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"]
|
||||
|
||||
Reference in New Issue
Block a user