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.
2 parents 64fafd0 + a6e27d1 commit 0a9869dCopy full SHA for 0a9869d
Dockerfile
@@ -38,7 +38,7 @@ RUN cargo build --release
38
RUN rm -rf /tmp/source/src
39
COPY src /tmp/source/src
40
COPY migrations /tmp/source/migrations
41
-RUN find -name "*.rs" -exec touch {} \; && cargo build --release
+RUN find src -name "*.rs" -exec touch {} \; && cargo build --release
42
43
##################
44
# Output image #
0 commit comments