mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
chore: sync master (#226)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
ARG BASE_IMAGE=localhost:5000/toeverything/relocate:latest
|
||||
|
||||
FROM ${BASE_IMAGE} as relocate
|
||||
|
||||
# =============
|
||||
# AFFiNE image
|
||||
# =============
|
||||
FROM caddy:2.4.6-alpine as AFFiNE
|
||||
WORKDIR /app
|
||||
COPY --from=relocate /app .
|
||||
|
||||
EXPOSE 3000
|
||||
CMD ["caddy", "run"]
|
||||
Reference in New Issue
Block a user