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 db9b166 commit 672dca7Copy full SHA for 672dca7
.dockerignore
@@ -1,7 +1,17 @@
1
.git
2
+.git-blame-ignore
3
.github
4
+.gitignore
5
.vscode
6
+bin/
7
config.toml
8
+config.toml.local
9
+cSpell.json
10
data.db
11
+docker/
12
docker/commands/
13
+NOTICE
14
+README.md
15
+rustfmt.toml
16
+storage/
17
target/
Dockerfile
@@ -27,7 +27,6 @@ RUN adduser \
27
COPY --from=planner /app/recipe.json recipe.json
28
RUN cargo chef cook --release --target x86_64-unknown-linux-musl --recipe-path recipe.json
29
# Build the application
30
-# todo: it seems the previous cache layer is not working. The dependencies are compiled always.
31
COPY . .
32
RUN cargo build --release --target x86_64-unknown-linux-musl --bin torrust-tracker
33
0 commit comments