ciyidogan commited on
Commit
0dedbbd
·
verified ·
1 Parent(s): 56e113f

Update Dockerfile

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