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 d89d601 commit c7ca8d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions DockerFileFolder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ WORKDIR /app
COPY . /app

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

EXPOSE 8000
CMD ["python", "/app/mochi_serve.py"]

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

0 comments on commit c7ca8d5

Please sign in to comment.