[#24] Second attempt (failed)

This commit is contained in:
Jef Roosens 2021-04-16 23:20:22 +02:00
parent d5a513482a
commit fd7a3e2331
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
5 changed files with 17 additions and 3 deletions

4
fejctl
View file

@ -28,6 +28,10 @@ function create_images() {
#
# $@: the arguments to pass to the image (passed as arguments to cargo)
function run_image() {
docker volume create fej_build-cache
docker volume create fej_registry-cache
docker volume create fej_db-data
# Run the database image
docker run --rm \
--detach \