Removed run.sh file

This commit is contained in:
Luiz F Picolo 2022-06-16 08:24:32 -04:00
parent 0143cf256e
commit 8146a4e039
1 changed files with 0 additions and 11 deletions

11
run.sh
View File

@ -1,11 +0,0 @@
#!/bin/sh
echo '--- create docker image and up it'
docker-compose up -d --build
echo '--- run yarn install'
docker-compose run app yarn --cwd public/
echo '--- update cronjob'
docker-compose run app whenever -w
docker-compose run app sh /etc/init.d/cron restart