mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-26 19:57:24 +01:00
Add Dockerfile
This commit is contained in:
parent
753beeed71
commit
5b5c641a47
6 changed files with 37 additions and 5 deletions
11
docker/shiny-server.conf
Normal file
11
docker/shiny-server.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
run_as shiny;
|
||||
|
||||
server {
|
||||
listen 3464;
|
||||
|
||||
location / {
|
||||
site_dir /srv/shiny-server/ubigen;
|
||||
log_dir /var/log/shiny-server;
|
||||
directory_index off;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue