Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VikramxD authored Nov 7, 2024
1 parent c7ca8d5 commit 35e91e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DockerFileFolder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \



WORKDIR /app
COPY . /app

COPY . .

RUN pip install uv
RUN uv pip install --no-cache-dir -r requirements.txt
RUN uv pip install -e . --no-build-isolation

EXPOSE 8000

CMD ["python", "/app/api/mochi_serve.py"]
CMD ["python", "api/mochi_serve.py"]

0 comments on commit 35e91e1

Please sign in to comment.