Skip to content

Commit

Permalink
feat: update github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Oct 30, 2024
1 parent cc74fc6 commit e20405d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:3.13

WORKDIR /depip_agent
COPY ./requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY ./requirements.txt /depip_agent/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /depip_agent/requirements.txt
COPY ./app /depip_agent/app
CMD ["fastapi", "run", "app/main.py", "--port", "80"]
CMD ["fastapi", "run", "app/main.py"]

0 comments on commit e20405d

Please sign in to comment.