chore: arm64 images

This commit is contained in:
DarkSky
2022-08-11 20:17:52 +08:00
parent f20b795322
commit 7211dd026f
2 changed files with 21 additions and 2 deletions
@@ -0,0 +1,11 @@
FROM ghcr.io/toeverything/AFFiNE:relocate as relocate
# =============
# AFFiNE image
# =============
FROM caddy:2.4.6-alpine as AFFiNE
WORKDIR /app
COPY --from=relocate /app .
EXPOSE 3000
CMD ["caddy", "run"]