Skip to content

Commit

Permalink
fix: add exec right to docker-ls.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-yarmosh committed Apr 22, 2024
1 parent 085225b commit 9a94ef3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ frontend gp_fe
default_backend gp_be
backend gp_be
server server1 127.0.0.1:8055
server server1 127.0.0.1:18055
EOF
sudo systemctl stop haproxy
sudo systemctl start haproxy
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"lint:fix": "pnpm lint --fix",
"init": "./scripts/init.sh",
"init:dev": "./scripts/init.sh --dev",
"docker:ls": "./scripts/docker-ls.sh",
"migrate": "rm -rf ./extensions/migrations/* && mkdir -p ./extensions/migrations/ && cp -rp ./src/extensions/migrations/* ./extensions/migrations/ && dotenv -- npx directus@10.9.3 database migrate:latest",
"seed": "NODE_ENV=development knex seed:run",
"schema:apply": "npx directus@10.9.3 schema apply --yes snapshots/collections-schema.yml",
Expand Down
Empty file modified scripts/docker-ls.sh
100644 → 100755
Empty file.

0 comments on commit 9a94ef3

Please sign in to comment.