mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-11 23:26:30 +08:00
Fix/ci (#3)
* fix: ci * chore: test ci * fix: ci * feat: add nginx conf * chore: remove debug
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY ./out /usr/share/nginx/html
|
||||
|
||||
COPY ./.github/deployment/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
Reference in New Issue
Block a user