Skip to content

Commit 8da1e84

Browse files
committed
Updated Dockerfile to add all LaTeX templates
1 parent 55e7c14 commit 8da1e84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ RUN dnf install -y \
5252
google-noto-sans-cjk-ttc-fonts \
5353
&& fc-cache -fv
5454

55-
# Copy the LaTeX template
56-
COPY ./src/template.latex template.latex
55+
# Copy the LaTeX templates
56+
COPY ./src/templates ./templates
5757

5858
# Copy built files from the previous stage
5959
COPY --from=builder /app/dist/* ./

0 commit comments

Comments
 (0)