jrosell commited on
Commit
186513f
·
1 Parent(s): 646142c
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -52,7 +52,7 @@ COPY --chown=user . $HOME/app
52
 
53
  # Entry
54
  EXPOSE 7860
55
- CMD R -e "print(nchar(Sys.getenv('GITHUB_PAT'))); print(here::here()); ; tmp_file <- tempfile(); writeLines('Created', tmp_file); if (file.exists(tmp_file)) {unlink(tmp_file); print('Deleted')}; options('ambiorix.dbname'=paste0(tmp_file,".sqlite")); source('app.R'); "
56
 
57
 
58
 
 
52
 
53
  # Entry
54
  EXPOSE 7860
55
+ CMD R -e "print(nchar(Sys.getenv('GITHUB_PAT'))); print(here::here()); ; tmp_file <- tempfile(); writeLines('Created', tmp_file); if (file.exists(tmp_file)) {unlink(tmp_file); print('Deleted')}; options('ambiorix.dbname'=paste0(tmp_file,'.sqlite')); source('app.R'); "
56
 
57
 
58