-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bruk shinyproxy sitt eget image (#32)
Oppdateres samtidig til ShinyProxy 3.0! Kan ikke lenger bruke favicon som tidligere.
- Loading branch information
Showing
2 changed files
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters