fix: correction to Docker files
This commit is contained in:
17
.dockerignore
Normal file
17
.dockerignore
Normal file
@@ -0,0 +1,17 @@
|
||||
# Exclude locally installed packages
|
||||
node_modules/
|
||||
|
||||
# Exclude build files
|
||||
.dockerignore
|
||||
Dockerfile
|
||||
|
||||
# Exclude git history and configuration
|
||||
.gitignore
|
||||
|
||||
# Exclude IDE configuration
|
||||
.husky
|
||||
.github
|
||||
.nvmrc
|
||||
.prettierrc
|
||||
commitlint.config.js
|
||||
jest.config.js
|
||||
Reference in New Issue
Block a user