Add form config for Feature Request issues

This commit is contained in:
Alejandro Celaya
2023-08-03 09:12:47 +02:00
parent 6fe5c4dc54
commit deca5b31e1
4 changed files with 19 additions and 22 deletions

View File

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