Files
dots-bot-api/entrypoint.sh
T
KKlochko 59c48d1984
continuous-integration/drone/push Build is passing
Add the docker files.
2023-06-21 15:22:03 +03:00

11 lines
150 B
Bash

#!/bin/sh
#sleep 120
# comment those commands, after the first run:
php artisan key:generate
php artisan migrate
php artisan serve --host 0.0.0.0