Skip to content

Commit

Permalink
test-harbor-push #5
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh-code committed Jan 16, 2025
1 parent a2d28e0 commit 1b2aa49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ RUN --mount=type=cache,target=/root/.cache \
\
python3 -m pip install -r requirements.txt;

RUN ls

CMD ["fastapi", "run", "object_storage_api/main.py", "--host", "0.0.0.0", "--port", "8000"]
EXPOSE 8000

0 comments on commit 1b2aa49

Please sign in to comment.