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