Skip to content

Commit

Permalink
Push 2.1.4 dashboard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jvlflame committed Oct 19, 2020
1 parent f97b5d0 commit ca87449
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ironmansoftware/universal:latest
FROM ironmansoftware/universal:1.4.3-ubunutu-18.04
LABEL description="Universal - The ultimate platform for building web-based IT Tools"

EXPOSE 5000
Expand All @@ -17,8 +17,8 @@ RUN pip3 install pillow googletrans
RUN apt-get install -y git

RUN pwsh -Command "Set-PSRepository PSGallery -InstallationPolicy Trusted; Install-Module Javinizer -Force"
RUN pwsh -Command "git clone -b dev https://github.com/jvlflame/Javinizer.git; Copy-Item -Path Javinizer/dashboard/* -Recurse -Destination /data/Repository"
RUN git clone -b dev https://github.com/jvlflame/Javinizer.git
RUN cp -r Javinizer/dashboard/* /data/Repository/
RUN rm Javinizer -rf

ENTRYPOINT ["./home/Universal/Universal.Server"]
RUN git clone -b dev https://github.com/jvlflame/Javinizer.git
#RUN mkdir data/Repository && cp -r Javinizer/dashboard/* data/Repository
#RUN rm -rf Javinizer
2 changes: 1 addition & 1 deletion dashboard/javinizer.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module "/root/.local/share/powershell/Modules/Javinizer/2.1.3/Javinizer.psm1"
Import-Module "/root/.local/share/powershell/Modules/Javinizer/2.1.4/Javinizer.psm1"

$Pages = @()

Expand Down
2 changes: 1 addition & 1 deletion dashboard/pages/main.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$cache:settingsPath = '/root/.local/share/powershell/Modules/Javinizer/2.1.3/jvSettings.json'
$cache:settingsPath = '/root/.local/share/powershell/Modules/Javinizer/2.1.4/jvSettings.json'
$cache:settings = Get-Content -Path $cache:settingsPath | ConvertFrom-Json
$cache:inProgress = $false
$cache:findData = @()
Expand Down

0 comments on commit ca87449

Please sign in to comment.