mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-29 06:29:10 +02:00
move devs to client & server.
This commit is contained in:
parent
b617c5cc32
commit
3d7be663ec
10 changed files with 63 additions and 113 deletions
10
client/dev/npm
Executable file
10
client/dev/npm
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
# npm
|
||||
docker run --rm -it \
|
||||
--user "$(id -u):$(id -g)" \
|
||||
--volume "${PWD}/../:/app" \
|
||||
--entrypoint="npm" \
|
||||
--workdir="/app" \
|
||||
node:18-bullseye-slim "$@"
|
Loading…
Add table
Add a link
Reference in a new issue