Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1bba4f59aa | |||
| 6bed5fb76d | |||
| f093a8ac6d | |||
| f8f7166896 | |||
| 01b9c88a59 | |||
| be7d155c1f | |||
| 15cd30ec85 |
+1
-1
@@ -20,7 +20,7 @@ RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-cache-bust && \
|
|||||||
|
|
||||||
# 克隆并构建 2026 主题
|
# 克隆并构建 2026 主题
|
||||||
ARG FRONTEND_2026_REPO=https://git.orionc.me/orion/FileCodeBoxFronted2026.git
|
ARG FRONTEND_2026_REPO=https://git.orionc.me/orion/FileCodeBoxFronted2026.git
|
||||||
ARG FRONTEND_2026_BRANCH=test/custom-admin-ui
|
ARG FRONTEND_2026_BRANCH=main
|
||||||
RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-2026-cache-bust && \
|
RUN echo "$FRONTEND_CACHE_BUST" >/tmp/frontend-2026-cache-bust && \
|
||||||
git clone --depth 1 --branch "$FRONTEND_2026_BRANCH" "$FRONTEND_2026_REPO" /build/fronted-2026 && \
|
git clone --depth 1 --branch "$FRONTEND_2026_BRANCH" "$FRONTEND_2026_REPO" /build/fronted-2026 && \
|
||||||
cd /build/fronted-2026 && \
|
cd /build/fronted-2026 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user