fix: add Dockerfile and docker-compose configuration for backend and frontend services
Some checks failed
Build and Deploy to Production / deploy (push) Has been cancelled

This commit is contained in:
2025-11-22 08:01:00 -03:00
parent d8feffe9f4
commit 4c426fb68c
3 changed files with 107 additions and 5 deletions

View File

@@ -1,3 +1,4 @@
# Ignore common files that shouldn't be in the container
**/.classpath
**/.dockerignore
**/.env
@@ -13,16 +14,23 @@
**/*.jfm
**/azds.yaml
**/bin
**/obj
**/charts
**/docker-compose*
**/Dockerfile*
**/node_modules
**/npm-debug.log
**/obj
**/secrets.dev.yaml
**/values.dev.yaml
LICENSE
README.md
**/.idea
**/.vs
**/.vscode
**/*.user
**/*.suo
**/*.userosscache
**/*.sln.docstates
# Include all .csproj files - they are needed for the build
!**/*.csproj
!**/*.sln
!**/.gitignore
!.git/HEAD
!.git/config