mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-05 03:25:10 +08:00
6 lines
134 B
Docker
6 lines
134 B
Docker
FROM nginx:alpine
|
|
|
|
COPY ./packages/app/out /usr/share/nginx/html
|
|
|
|
COPY ./.github/deployment/nginx.conf /etc/nginx/conf.d/default.conf
|