4 lines
63 B
Text
4 lines
63 B
Text
|
#!/bin/bash
|
||
|
git -C ./sources pull
|
||
|
docker-compose up -d --build
|