mirror of
https://github.com/dylanbenzi/hurricane_normalization_app.git
synced 2026-07-30 05:08:57 +00:00
modify dockerfile and add shiny server config to host rmd
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# Shiny Server configuration
|
||||
run_as shiny;
|
||||
|
||||
# Define the server
|
||||
server {
|
||||
listen 3838;
|
||||
|
||||
# Define the location for the app
|
||||
location / {
|
||||
site_dir /srv/shiny-server/app;
|
||||
log_dir /var/log/shiny-server;
|
||||
directory_index on;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user