Skip to content

Commit 1f81d4e

Browse files
committed
fix: add templates & ics to docker build
1 parent 6f4e149 commit 1f81d4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ RUN cargo build-deps --release
1616
COPY src ./src
1717
RUN cargo build --release
1818

19+
COPY ics ./ics
20+
COPY templates ./templates
21+
1922
# Copies build result into runtime image
2023
FROM runtime
2124
WORKDIR /app

0 commit comments

Comments
 (0)