mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 13:22:40 +03:00
3 lines
51 B
Docker
3 lines
51 B
Docker
|
FROM nginx:alpine
|
||
|
COPY ./out /usr/share/nginx/html
|