sadickam commited on
Commit
4142165
·
1 Parent(s): d01a7e3

Include frontend in Docker build context

Browse files
Files changed (1) hide show
  1. .dockerignore +2 -2
.dockerignore CHANGED
@@ -85,8 +85,8 @@ scripts/
85
  # -----------------------------------------------------------------------------
86
  # Frontend
87
  # -----------------------------------------------------------------------------
88
- # Next.js frontend has its own Dockerfile
89
- frontend/
90
 
91
  # -----------------------------------------------------------------------------
92
  # Documentation and Project Files
 
85
  # -----------------------------------------------------------------------------
86
  # Frontend
87
  # -----------------------------------------------------------------------------
88
+ # Frontend is included - needed for combined Dockerfile build
89
+ # frontend/ # DO NOT exclude - required for multi-stage build
90
 
91
  # -----------------------------------------------------------------------------
92
  # Documentation and Project Files