mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-25 16:01:22 -05: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 |