Skip to content

Commit 8f136f1

Browse files
committed
Bug correction
1 parent 5432e30 commit 8f136f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY inst/Exons_38.rds /app
3838
COPY inst/www /app/www
3939
COPY inst/hg38_Coordinates.rds /app
4040
COPY inst/hg37_Coordinates.rds /app
41-
COPY tools/ReViewCNV.R /app
41+
COPY tools/ReViewCNV.R ./app.R
4242

4343
CMD R -e "port <- as.numeric(Sys.getenv('PORT', '6868')); shiny::runApp('/app', host='0.0.0.0', port=port)"
4444

0 commit comments

Comments
 (0)