Skip to content

Commit

Permalink
Update README.md, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
quadseed committed Apr 25, 2023
1 parent 674e218 commit 40841f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

.idea/*
outputs/*
data/*

# User-specific stuff
.idea/**/workspace.xml
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
restart: unless-stopped
volumes:
- ./outputs/:/app/outputs
- ./data/:/app/data
ports:
- ${PORT}:${PORT}
environment:
Expand Down

0 comments on commit 40841f5

Please sign in to comment.