Skip to content

Commit

Permalink
build: dockerignore 추가
Browse files Browse the repository at this point in the history
- Github Actions Runner 'System.IO.IOException: No space left on device' 발생하여 이미지 크기를 줄이기 위함
  • Loading branch information
sukkyun2 committed Aug 3, 2024
1 parent 5bfe37d commit 5297f06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__pycache__
*.pyc
*.pyo
*.pyd
.env
.git
.dockerignore
Dockerfile

0 comments on commit 5297f06

Please sign in to comment.