We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ebbc5 commit ff78a04Copy full SHA for ff78a04
dockerfiles/Dockerfile
@@ -55,7 +55,7 @@ COPY build.rs build.rs
55
RUN touch build.rs
56
COPY src src/
57
RUN find src -name "*.rs" -exec touch {} \;
58
-COPY templates/style templates/style
+COPY templates templates/
59
COPY vendor vendor/
60
COPY assets assets/
61
COPY .sqlx .sqlx/
0 commit comments