Skip to content

Commit

Permalink
Bruk shinyproxy sitt eget image (#32)
Browse files Browse the repository at this point in the history
Oppdateres samtidig til ShinyProxy 3.0!

Kan ikke lenger bruke favicon som tidligere.
  • Loading branch information
arnfinn authored Dec 19, 2023
1 parent 7a741a9 commit 1cdac61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions imongr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
FROM eclipse-temurin:8-jre-jammy
FROM openanalytics/shinyproxy:3.0.2

RUN mkdir -p /opt/shinyproxy/ \
&& wget --progress=dot:giga https://www.shinyproxy.io/downloads/shinyproxy-2.6.1.jar -O /opt/shinyproxy/shinyproxy.jar
COPY application.yml /opt/shinyproxy/application.yml
ADD https://raw.githubusercontent.com/mong/imongr/main/pkgdown/favicon/favicon.ico /opt/shinyproxy/

WORKDIR /opt/shinyproxy/
CMD ["java", "-jar", "/opt/shinyproxy/shinyproxy.jar"]
1 change: 0 additions & 1 deletion imongr/application.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
proxy:
title: imongr
logo-url: https://raw.githubusercontent.com/mong/imongr/main/pkgdown/favicon/apple-touch-icon-152x152.png
favicon-path: /opt/shinyproxy/favicon.ico
hide-navbar: true
landing-page: /app_direct/imongr
port: 8080
Expand Down

0 comments on commit 1cdac61

Please sign in to comment.