mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-04-24 14:15:18 +00:00
3 lines
94 B
Docker
3 lines
94 B
Docker
FROM nginx
|
|
ADD public /usr/share/nginx/html/docs
|
|
ADD nginx.conf /etc/nginx/conf.d/default.conf |