Installation for S&D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
147 B

2 years ago
  1. #!/usr/bin/env bash
  2. clear;
  3. container="website"
  4. dir="/var/www/website/"
  5. docker compose -p sandd exec -w ${dir} ${container} npm $@ -unsafe-perm;