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