mirror of
https://github.com/shadoll/sscript.git
synced 2026-02-04 11:03:25 +00:00
first init
This commit is contained in:
12
scripts/app.npm.sh
Executable file
12
scripts/app.npm.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# @package sscripts
|
||||
# @author sHa <sha@shadoll.dev>
|
||||
# @copyright 2019 shadoll
|
||||
# @version 19.6.7
|
||||
# @link https://shadoll.dev
|
||||
#
|
||||
|
||||
# appname=$(awk -F'=' '/^APPNAME/ { print $2}' ./docker/.env)
|
||||
|
||||
docker-compose exec app npm "$@"
|
||||
Reference in New Issue
Block a user