mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-09 09:48:22 +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
|