# myNuxtMainDemo **Repository Path**: imum_admin/my-nuxt-main-demo ## Basic Information - **Project Name**: myNuxtMainDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-11-19 - **Last Updated**: 2024-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` cd /root && rm -rf my-nuxt-main-demo && git clone https://gitee.com/rootegg/my-nuxt-main-demo.git && cd my-nuxt-main-demo && git checkout -b master origin/master ``` ``` cd /root/my-nuxt-main-demo && git pull && docker ps -a | grep "my-nuxt-main-demo" | awk '{print $1}' | xargs -r docker rm -f && git pull && docker build -t t.c/my-nuxt-main-demo:v1 --build-arg API_SERVER=http://192.168.1.26:8080 --build-arg HOST_IP=$(ip addr | grep docker.* | grep inet | awk '{print $2}' | sed 's/\// /' | awk '{print $1}') . && docker run -d -p 31236:80 t.c/my-nuxt-main-demo:v1 ```