links and docker file
This commit is contained in:
commit
b03dbe2ad1
|
|
@ -0,0 +1,10 @@
|
|||
# Use an Ubuntu base image
|
||||
FROM harbor.d4science.org/ncss/method-explorer:stable
|
||||
|
||||
# Expose Shiny default port
|
||||
EXPOSE 3838
|
||||
|
||||
# Set default working directory
|
||||
WORKDIR /srv/shiny-server
|
||||
|
||||
CMD ["R", "-e", "shiny::runApp('dataminer', host='0.0.0.0', port=3838)"]
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
[{000214A0-0000-0000-C000-000000000046}]
|
||||
Prop3=19,11
|
||||
[InternetShortcut]
|
||||
IDList=
|
||||
URL=https://harbor.d4science.org/harbor/projects/31/repositories/method-explorer/artifacts-tab
|
||||
Loading…
Reference in New Issue