diff --git a/dashboard_output_dir/data/.gitkeep b/dashboard_output_dir/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/docker-compose.yml b/docker-compose.yml index 8960d0e..1bded95 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,9 +2,9 @@ services: workflow.pacta.dashboard: build: . - stdin_open: true - tty: true - entrypoint: ["R", "--args"] + # stdin_open: true + # tty: true + # entrypoint: ["R", "--args"] command: '{\"portfolio\": {\"files\": [\"default_portfolio.csv\"], \"holdingsDate\": \"2023-12-31\", \"name\": \"FooPortfolio\"}, \"inherit\": \"GENERAL_2023Q4\"}' environment: LOG_LEVEL: TRACE