[#24] First try at compiling diesel in container (DOESN'T WORK)
This commit is contained in:
parent
14321db316
commit
d5a513482a
4 changed files with 98 additions and 3 deletions
1
fejctl
1
fejctl
|
|
@ -52,6 +52,7 @@ function run_image() {
|
|||
--network fej \
|
||||
-v 'fej_build-cache:/usr/src/app/target' \
|
||||
-v 'fej_registry-cache:/root/.cargo/registry' \
|
||||
-v "$PWD/Rocket.toml:/usr/src/app/Rocket.toml:ro" \
|
||||
"$image:dev" "$@"
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue