dongsiqie commited on
Commit
9be98bd
·
verified ·
1 Parent(s): 251307e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,6 +2,6 @@ FROM python:3.11
2
  WORKDIR /app
3
  COPY . /app
4
  RUN pip install --upgrade pip
5
- RUN RUN pip install -r requirements.txt
6
  EXPOSE 8000
7
  CMD ["python3", "-u", "app.py"]
 
2
  WORKDIR /app
3
  COPY . /app
4
  RUN pip install --upgrade pip
5
+ RUN pip install -r requirements.txt
6
  EXPOSE 8000
7
  CMD ["python3", "-u", "app.py"]