diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5155b1b..ce2f12f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ cache: build: image: registry.zhst.com/video-analysis/pnpm4 tags: - - linux + - linux_docker_web_204 stage: build script: - chmod +x ./deploy/build.sh && ./deploy/build.sh diff --git a/.npmrc b/.npmrc index e29504a..5db095c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,6 @@ +//10.0.0.77:4874/:always-auth=true +//10.0.0.77:4874/:_authToken=VbcnvB0eKGAqsT5ZNbfKiw== registry="https://registry.npmmirror.com" -@zhst:registry="http://10.0.0.77:4874/:autoToken=VbcnvB0eKGAqsT5ZNbfKiw==" +@zhst:registry="http://10.0.0.77:4874/" strict-peer-dependencies=false ignore-workspace-root-check=true diff --git a/Dockerfile b/Dockerfile index 123c217..7cfd3b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM registry.zhst.com/video-analysis/alpine:latest ADD ./app/public/ /app/public/