Skip to content

Commit

Permalink
include repo in volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki committed Feb 1, 2024
1 parent 1c01629 commit 90872b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3.8'
version: "3.8"

services:
app:
Expand All @@ -8,4 +8,4 @@ services:
command: ["--create_csv"]
tty: true
volumes:
- ./private/output:/private/output
- .:/src

0 comments on commit 90872b0

Please sign in to comment.