mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
7 lines
123 B
Docker
7 lines
123 B
Docker
|
FROM nginx:alpine
|
||
|
|
||
|
COPY ./dist-ci/ /usr/share/nginx/html/
|
||
|
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||
|
|
||
|
EXPOSE 80
|