Files
AFFiNE-Mirror/.github/deployment/Dockerfile
Whitewater e4a76ed058 Fix/ci (#3)
* fix: ci

* chore: test ci

* fix: ci

* feat: add nginx conf

* chore: remove debug
2022-09-23 17:31:26 +08:00

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