forked from JointCloud/JCC-RIP
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
e98a8ac104 |
|
@ -11,7 +11,7 @@ on:
|
||||||
env:
|
env:
|
||||||
REGISTRY: registry.cn-hangzhou.aliyuncs.com # 修改为你的阿里云镜像仓库地址
|
REGISTRY: registry.cn-hangzhou.aliyuncs.com # 修改为你的阿里云镜像仓库地址
|
||||||
IMAGE_NAME: jcce/jcce-rip # 修改为你的阿里云镜像仓库名称
|
IMAGE_NAME: jcce/jcce-rip # 修改为你的阿里云镜像仓库名称
|
||||||
IMAGE_TAG: latest
|
IMAGE_TAG: offline-latest
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
COPY deploy/nginx/ /app/
|
COPY deploy/nginx/ /app/
|
||||||
RUN npm install && npm run build:prod
|
RUN npm install && npm run build:stage
|
||||||
|
|
||||||
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
|
FROM --platform=$TARGETPLATFORM nginx:stable-alpine
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
Loading…
Reference in New Issue