mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 16:26:58 +08:00
3 lines
51 B
Docker
3 lines
51 B
Docker
FROM nginx:alpine
|
|
COPY ./out /usr/share/nginx/html
|