ciyidogan commited on
Commit
cba93cd
·
verified ·
1 Parent(s): d066a28

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -40,7 +40,7 @@ RUN pip install --no-cache-dir -r requirements.txt
40
  # ============================== APP CODE ===============================
41
  COPY . .
42
 
43
- # Copy Angular build output
44
  COPY --from=angular-build /app/dist/flare-ui ./static
45
 
46
  # Create assets directory if it doesn't exist
 
40
  # ============================== APP CODE ===============================
41
  COPY . .
42
 
43
+ # Copy Angular build output from the correct path
44
  COPY --from=angular-build /app/dist/flare-ui ./static
45
 
46
  # Create assets directory if it doesn't exist