mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-07 05:16:30 +03: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
|