AxL95 commited on
Commit
a9df640
·
verified ·
1 Parent(s): 0dcaeaa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,6 +39,6 @@ WORKDIR $HOME/app
39
  COPY --from=builder /app/build ./static
40
 
41
  # Copy backend files last
42
- COPY backend/ .
43
 
44
  CMD ["python", "app.py"]
 
39
  COPY --from=builder /app/build ./static
40
 
41
  # Copy backend files last
42
+ COPY . .
43
 
44
  CMD ["python", "app.py"]