We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d379f commit d0a4002Copy full SHA for d0a4002
lib/shell/latex_run.sh
@@ -2,4 +2,4 @@
2
# This script is copied into tmp/rails-latex/$WORK_DIR/ and executed by rails-latex
3
4
WORK_DIR=$(basename "$PWD")
5
-docker exec -t $LATEX_CONTAINER_NAME ${LATEX_BUILD_PATH:-/texlive/shell/latex_build.sh} $WORK_DIR
+docker exec -it $LATEX_CONTAINER_NAME ${LATEX_BUILD_PATH:-/texlive/shell/latex_build.sh} $WORK_DIR
0 commit comments