Skip to content

Commit ff78a04

Browse files
Fix Docker image build
1 parent e3ebbc5 commit ff78a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ COPY build.rs build.rs
5555
RUN touch build.rs
5656
COPY src src/
5757
RUN find src -name "*.rs" -exec touch {} \;
58-
COPY templates/style templates/style
58+
COPY templates templates/
5959
COPY vendor vendor/
6060
COPY assets assets/
6161
COPY .sqlx .sqlx/

0 commit comments

Comments
 (0)