mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
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
|