5 lines
75 B
Bash
5 lines
75 B
Bash
|
#!/bin/bash
|
||
|
cd /app
|
||
|
php sync.php
|
||
|
|
||
|
# docker exec -ti vault ./app/syncjob.sh
|