dockerize without renv

This commit is contained in:
2026-07-27 17:38:47 -04:00
parent 26a42b5844
commit 386b0bf02a
4 changed files with 29 additions and 94 deletions
+6
View File
@@ -0,0 +1,6 @@
services:
shiny:
build: .
restart: unless-stopped
ports:
- "3838:3838"