Web Dev Solutions

Catalin Mititiuc

aboutsummaryrefslogtreecommitdiff
path: root/npm
diff options
context:
space:
mode:
Diffstat (limited to 'npm')
-rwxr-xr-xnpm20
1 files changed, 11 insertions, 9 deletions
diff --git a/npm b/npm
index 4ae615a..43b34db 100755
--- a/npm
+++ b/npm
@@ -1,13 +1,15 @@
#!/usr/bin/env bash
-user_id=$(id -u)
-image=btroops
+#user_id=$(id -u)
+#image=btroops
-if [[ $1 == run && $2 == test* ]]
-then
- port=3005
-else
- port=8080
-fi
+#if [[ $1 == run && $2 == test* ]]
+#then
+# port=3005
+#else
+# port=8080
+#fi
-docker run --rm --init -it -v $PWD:/usr/src/app -u $user_id:$user_id -p $port:$port $image npm $@
+#docker run --rm --init -it -v $PWD:/usr/src/app -u $user_id:$user_id -p $port:$port $image npm $@
+
+source ./scripts/docker-run npm $@