Skip to content

Commit

Permalink
Merge branch 'main' into 6th/fastapi-docker
Browse files Browse the repository at this point in the history
  • Loading branch information
zzsza committed Feb 10, 2024
2 parents ec13c80 + 033cdf1 commit 9bafcfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-online-serving(fastapi)/projects/web_single/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /code
COPY ./requirements.txt /code/requirements.txt
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
COPY . /code
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]

0 comments on commit 9bafcfb

Please sign in to comment.