1
0
mirror of https://github.com/danog/telerpc.git synced 2024-11-26 12:04:47 +01:00
telerpc/entrypoint.sh

8 lines
56 B
Bash
Raw Permalink Normal View History

2024-07-20 19:42:46 +02:00
#!/bin/sh
2024-07-20 20:08:45 +02:00
git pull
2024-07-20 19:42:46 +02:00
composer update
2024-07-21 18:17:52 +02:00
php server.php $1