Skip to content

Commit 672dca7

Browse files
committed
feat: udpate .dockerignore
1 parent db9b166 commit 672dca7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.dockerignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
.git
2+
.git-blame-ignore
23
.github
4+
.gitignore
35
.vscode
6+
bin/
47
config.toml
8+
config.toml.local
9+
cSpell.json
510
data.db
11+
docker/
612
docker/commands/
13+
NOTICE
14+
README.md
15+
rustfmt.toml
16+
storage/
717
target/

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ RUN adduser \
2727
COPY --from=planner /app/recipe.json recipe.json
2828
RUN cargo chef cook --release --target x86_64-unknown-linux-musl --recipe-path recipe.json
2929
# Build the application
30-
# todo: it seems the previous cache layer is not working. The dependencies are compiled always.
3130
COPY . .
3231
RUN cargo build --release --target x86_64-unknown-linux-musl --bin torrust-tracker
3332

0 commit comments

Comments
 (0)