Skip to content

Commit 68516fb

Browse files
authored
Merge pull request #34 from stackhpc/fix-docker-image
Fix docker image
2 parents 51e31e7 + 05d13b5 commit 68516fb

File tree

5 files changed

+2632
-8
lines changed

5 files changed

+2632
-8
lines changed

.dockerignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
target
2+
Dockerfile
3+
.dockerignore
4+
.git
5+
.gitignore

.gitignore

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
# will have compiled files and executables
33
/target/
44

5-
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6-
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7-
Cargo.lock
8-
95
# These are backup files generated by rustfmt
106
**/*.rs.bk
117

@@ -19,4 +15,4 @@ Cargo.lock
1915
/target
2016

2117
# Dev TLS certs
22-
.certs/
18+
.certs/

0 commit comments

Comments
 (0)