From bee635aac32e917ed72b35080fc24847f3d6a8de Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Thu, 26 Sep 2024 23:09:41 +0700 Subject: [PATCH] feat: change workdir --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1eaab78..3745b73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,6 @@ RUN wget https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz RUN tar -xvzf install-tl-unx.tar.gz RUN sh -c 'cd install-tl-* && perl ./install-tl --no-interaction --scheme=minimal --profile texlive.profile --no-doc-install --no-src-install --texdir=/usr/local/texlive' -ENV PATH="/usr/local/texlive/bin/x86_64-linuxmusl:${PATH}" \ No newline at end of file +ENV PATH="/usr/local/texlive/bin/x86_64-linuxmusl:${PATH}" + +WORKDIR / \ No newline at end of file