Skip to content

Commit

Permalink
Add artifacts mount
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 19, 2023
1 parent f33b994 commit 6ef2d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ services:
volumes:
- .:/code
- ./tide_models/:/var/share/tide_models
- ./artifacts:/mnt/artifacts
depends_on:
- public_odc
command: ["/bin/sh", "-ec", "while :; do echo '.'; sleep 180 ; done"]
Expand Down

0 comments on commit 6ef2d5b

Please sign in to comment.