Skip to content

Commit

Permalink
Merge pull request #40 from takano32/docker-ignore
Browse files Browse the repository at this point in the history
Docker: ignore `data` directory
  • Loading branch information
fuktommy authored Jan 17, 2025
2 parents c22fbce + 64c09d4 commit c3d6f4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ venv/

# VS Code
.vscode/

# Data
/data/
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
saku:
build:
Expand Down

0 comments on commit c3d6f4d

Please sign in to comment.