Skip to content

Commit

Permalink
paths
Browse files Browse the repository at this point in the history
  • Loading branch information
orensbruli committed Jan 4, 2024
1 parent d6ab19d commit 29ab0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ RUN apt-get update && apt-get install -y \
texlive-pstricks

# Set working directory
WORKDIR /usr/src/app
WORKDIR /latex_content

# Copy the LaTeX files into the container
COPY . .
COPY . /latex_content

# Note: For Font Awesome support, compile with LuaLaTeX instead of XeLaTeX
# Default command to compile the LaTeX document using XeLaTeX
Expand Down

0 comments on commit 29ab0b1

Please sign in to comment.