Skip to content

Commit

Permalink
feat: 도커 빌드할 때 node_modules 폴더는 복사하지 않도록 .dockerignore 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoons97 committed Jan 14, 2025
1 parent ee8dd57 commit 24fe0ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions BE/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions FE/.dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules

0 comments on commit 24fe0ea

Please sign in to comment.