Skip to content

Commit

Permalink
feat(docker): add input/output folders
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Dec 5, 2023
1 parent a057f67 commit 4453743
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,8 @@ runs/

# Settings
settings.ini

# Data

input/
output/
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ x-common: &common
DISPLAY: $DISPLAY
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix
- ./input:/app/input
- ./output:/app/output

services:
app:
Expand Down

0 comments on commit 4453743

Please sign in to comment.