feat(docker): add Docker configuration for frontend app
This commit is contained in:
parent
676473cfad
commit
36237874f7
6 changed files with 65 additions and 32 deletions
15
frontend/.dockerignore
Normal file
15
frontend/.dockerignore
Normal file
|
@ -0,0 +1,15 @@
|
|||
node_modules
|
||||
dist
|
||||
.angular
|
||||
.git
|
||||
.github
|
||||
.vscode
|
||||
.idea
|
||||
*.md
|
||||
!README.md
|
||||
.DS_Store
|
||||
.env*
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
bun-debug.log*
|
Reference in a new issue