Skip to content
Snippets Groups Projects
Commit 33e7d50c authored by Nico Vermaas's avatar Nico Vermaas
Browse files

add deploy_local_dev.sh script

parent fd56b9ad
No related branches found
No related tags found
No related merge requests found
Pipeline #101313 passed
#!/usr/bin/bash
# be in an existing git cloned atdb-ldv directory (like $HOME/my_docker/atdb-ldv)
git pull
export DOCKER_BUILD_DIR=$HOME/my_docker/atdb-ldv/atdb
cd $DOCKER_BUILD_DIR
cd atdb
docker build -t atdb-ldv:latest .
cd docker
docker-compose -f docker/docker-compose-dev-local.yml -p atdb up -d
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment