mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-04 19:15:33 +08:00
e4a76ed058
* fix: ci * chore: test ci * fix: ci * feat: add nginx conf * chore: remove debug
6 lines
121 B
Docker
6 lines
121 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./out /usr/share/nginx/html
|
|
|
|
COPY ./.github/deployment/nginx.conf /etc/nginx/conf.d/default.conf
|