mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-08-09 20:24:09 +00:00
docker: add entrypoint script + env var for configuring
This commit is contained in:
@@ -2,5 +2,7 @@ FROM nginx:alpine
|
||||
|
||||
COPY ./dist-ci/ /usr/share/nginx/html/
|
||||
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
|
||||
COPY docker/entrypoint.sh /entrypoint.sh
|
||||
|
||||
EXPOSE 80
|
||||
ENTRYPOINT [ "/entrypoint.sh" ]
|
||||
|
Reference in New Issue
Block a user