mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
Merge remote-tracking branch 'origin/demodesk-client-v3' into v3
This commit is contained in:
12
client/dev/exec
Executable file
12
client/dev/exec
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
APP_PATH="$(realpath ../)"
|
||||
|
||||
# start component watch
|
||||
docker run --rm -it \
|
||||
--user "$(id -u):$(id -g)" \
|
||||
--volume "$APP_PATH:$APP_PATH" \
|
||||
--entrypoint="/bin/bash" \
|
||||
--workdir="$APP_PATH" \
|
||||
node:18-buster-slim
|
Reference in New Issue
Block a user