forked from vikunja/blog
0
0
Fork 0

Fix path in dockerfile (again)

This commit is contained in:
kolaente 2021-04-25 20:32:12 +02:00
parent b85518c475
commit fc8a7ba5b2
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM nginx
ADD public /usr/share/nginx/blog
ADD public /usr/share/nginx/html/blog
ADD nginx.conf /etc/nginx/nginx.conf