diff --git a/Dockerfile b/Dockerfile index 5b9d5392..cefb0a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,6 +24,10 @@ RUN apt-get install -y git WORKDIR /home RUN git clone -b dev https://github.com/jvlflame/Javinizer.git +# Add custom UD components +WORKDIR /home/data/Dashboard/Components +RUN pwsh -Command "Find-Module -Name 'UniversalDashboard.Style' -Repository 'PSGallery' | Save-Module -Path ." + EXPOSE 5000 VOLUME ["/data"] ENV Data__RepositoryPath ./data/Repository