feat(docker): add Docker configuration for frontend app

This commit is contained in:
csimonis 2025-04-24 14:23:17 +02:00
commit 36237874f7
6 changed files with 65 additions and 32 deletions

15
frontend/.dockerignore Normal file
View 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*