Skip to content

Commit

Permalink
build: add .dockerignore to skip copying node_modules and dist
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath committed May 25, 2023
1 parent 57cd57c commit 69eed94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist

0 comments on commit 69eed94

Please sign in to comment.