docker: move viewer Dockerfile to viewer subdirectory

This commit is contained in:
Matthias Schiffer 2025-02-14 17:18:14 +01:00
parent d02ca9aea2
commit cb0aa235db
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 3 additions and 1 deletions

3
viewer/Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM docker.io/library/nginx:alpine
COPY . /usr/share/nginx/html
# datadir should be mounted to: /usr/share/nginx/html/data