mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
fix serve script.
This commit is contained in:
@ -23,7 +23,7 @@ echo "Using IP address: ${NEKO_HOST}"
|
||||
|
||||
# npm run serve
|
||||
docker run --rm -it \
|
||||
-p 3001:8080 \
|
||||
-p 3001:3001 \
|
||||
-e "NEKO_HOST=$NEKO_HOST" \
|
||||
-e "NEKO_PORT=$NEKO_PORT" \
|
||||
-e "VUE_APP_LOG_COLOR=true" \
|
||||
@ -31,4 +31,4 @@ docker run --rm -it \
|
||||
--volume "${PWD}/../:/app" \
|
||||
--entrypoint="npm" \
|
||||
--workdir="/app" \
|
||||
node:18-buster-slim run serve
|
||||
node:18-buster-slim run dev -- --port 3001 --host
|
||||
|
Reference in New Issue
Block a user