We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e7c14 commit 8da1e84Copy full SHA for 8da1e84
1 file changed
Dockerfile
@@ -52,8 +52,8 @@ RUN dnf install -y \
52
google-noto-sans-cjk-ttc-fonts \
53
&& fc-cache -fv
54
55
-# Copy the LaTeX template
56
-COPY ./src/template.latex template.latex
+# Copy the LaTeX templates
+COPY ./src/templates ./templates
57
58
# Copy built files from the previous stage
59
COPY --from=builder /app/dist/* ./
0 commit comments