mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-02-01 22:47:40 +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 |