[#24] First try at compiling diesel in container (DOESN'T WORK)

This commit is contained in:
Jef Roosens 2021-04-16 20:39:09 +02:00
parent 14321db316
commit d5a513482a
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F
4 changed files with 98 additions and 3 deletions

1
fejctl
View file

@ -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" "$@"
}