mirror of https://github.com/TeamPiped/Piped
parent
d4942dae02
commit
6f557a744c
@ -0,0 +1,6 @@
|
||||
FROM nginx:alpine
|
||||
|
||||
COPY ./dist-ci/ /usr/share/nginx/html/
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
EXPOSE 80
|
Loading…
Reference in new issue