We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5432e30 commit 8f136f1Copy full SHA for 8f136f1
1 file changed
Dockerfile
@@ -38,7 +38,7 @@ COPY inst/Exons_38.rds /app
38
COPY inst/www /app/www
39
COPY inst/hg38_Coordinates.rds /app
40
COPY inst/hg37_Coordinates.rds /app
41
-COPY tools/ReViewCNV.R /app
+COPY tools/ReViewCNV.R ./app.R
42
43
CMD R -e "port <- as.numeric(Sys.getenv('PORT', '6868')); shiny::runApp('/app', host='0.0.0.0', port=port)"
44
0 commit comments