Skip to content

Commit

Permalink
Add key-gen to init and startup commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson1000 committed Oct 15, 2024
1 parent 6e88116 commit a6d0236
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ k8s_pod := kubectl -n $(k8s_nsp) get pod -l app=intranet-local -o jsonpath="{.it

# ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░ ░░

init: setup run
init: setup key-gen run

d-compose: local-stop
docker compose up -d nginx phpmyadmin opensearch-dashboard wp-cron php-fpm

d-shell: setup dory d-compose composer
d-shell: setup key-gen dory d-compose composer

setup:
@chmod +x ./bin/*
Expand Down

0 comments on commit a6d0236

Please sign in to comment.