mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
Fix/ci (#3)
* fix: ci * chore: test ci * fix: ci * feat: add nginx conf * chore: remove debug
This commit is contained in:
5
.github/deployment/Dockerfile
vendored
Normal file
5
.github/deployment/Dockerfile
vendored
Normal file
@@ -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