mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
fix: ci
This commit is contained in:
4
.github/deployment/Dockerfile-affine
vendored
4
.github/deployment/Dockerfile-affine
vendored
@@ -11,9 +11,9 @@ COPY --from=builder /app/.github/deployment/Caddyfile-lisa ./
|
||||
RUN rm ./dist/*.txt
|
||||
|
||||
# =============
|
||||
# lisa image
|
||||
# AFFiNE image
|
||||
# =============
|
||||
FROM caddy:2.4.6-alpine as lisa
|
||||
FROM caddy:2.4.6-alpine as AFFiNE
|
||||
WORKDIR /app
|
||||
COPY --from=relocate /app .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user