Skip to content

Commit

Permalink
Add components to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Oct 21, 2020
1 parent fb2af87 commit 4f6d978
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4f6d978

Please sign in to comment.