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