dia-gov commited on
Commit
02f7958
·
verified ·
1 Parent(s): 8330f39

Update infra/Dockerfile

Browse files
Files changed (1) hide show
  1. infra/Dockerfile +2 -2
infra/Dockerfile CHANGED
@@ -8,10 +8,10 @@ WORKDIR /app
8
  COPY . .
9
 
10
  # Install dependencies
11
- RUN pip install -r requirements.txt
12
 
13
  # Expose application port
14
  EXPOSE 5000
15
 
16
  # Run the application
17
- CMD ["python", "frontend/archive_gui.py"]
 
8
  COPY . .
9
 
10
  # Install dependencies
11
+ RUN pip install -r requirements.txt PyQt5
12
 
13
  # Expose application port
14
  EXPOSE 5000
15
 
16
  # Run the application
17
+ CMD ["python", "src/frontend/gui_chat_interface.py"]