chore: sync master (#226)

This commit is contained in:
DarkSky
2022-08-12 20:01:51 +08:00
committed by GitHub
parent b61a34e48c
commit a72ce30654
3 changed files with 45 additions and 3 deletions
@@ -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"]