Created Storage service test

This commit is contained in:
Alejandro Celaya
2018-12-19 20:43:55 +01:00
parent 12cddac27a
commit fefbb73568
2 changed files with 56 additions and 0 deletions

View File

@@ -1,2 +1,8 @@
#!/usr/bin/env bash
# Run docker container if it's not up yet
if ! [[ $(docker ps | grep shlink_web_client_node) ]]; then
docker-compose up -d
fi
docker exec -it shlink_web_client_node /bin/sh -c "cd /home/shlink/www && $*"