forked from NewPipe-eV/website
5 lines
57 B
Docker
5 lines
57 B
Docker
FROM nginx:1.26.0-alpine
|
|
|
|
COPY . /usr/share/nginx/html
|
|
|
|
|