i-darrshan commited on
Commit
4b9885d
·
verified ·
1 Parent(s): 81c8a6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY backend/package.json backend/package-lock.json ./backend/
23
  RUN cd backend && npm install
24
 
25
  # Copy the React build files from Stage 1 to the backend/build folder
26
- COPY --from=build /app/frontend/build ./backend/build
27
 
28
  # Copy the backend source code
29
  COPY backend ./backend
 
23
  RUN cd backend && npm install
24
 
25
  # Copy the React build files from Stage 1 to the backend/build folder
26
+ COPY --from=build /app/frontend/dist ./backend/build
27
 
28
  # Copy the backend source code
29
  COPY backend ./backend