Skip to content

Commit

Permalink
Git keep default dev output dir
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Dec 11, 2024
1 parent 8a309ee commit dafd6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Empty file.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dafd6aa

Please sign in to comment.