Skip to content

Commit

Permalink
run.sh update
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzteph committed Dec 6, 2022
1 parent c5529d2 commit f7c2c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docker rm -f $(docker ps -qa)
docker rmi -f $(docker images -aq)
yes| docker volume prune
#docker rm -f $(docker ps -qa)
#docker rmi -f $(docker images -aq)
#yes| docker volume prune
docker-compose up -d
sleep 30
docker-compose exec app php artisan key:generate
Expand Down

0 comments on commit f7c2c3e

Please sign in to comment.