Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
remove the price list
  • Loading branch information
ksopyla authored Nov 3, 2024
1 parent 738244a commit 9f44020
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH

COPY src /src/
COPY static /static/
COPY provider_price_list.json test_transactions.csv ./
WORKDIR /src
EXPOSE 8000
# Run the application
CMD uvicorn app:app --proxy-headers --host 0.0.0.0 --port=${PORT:-8000}
#CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "app:app"]
#CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "app:app"]

0 comments on commit 9f44020

Please sign in to comment.