Skip to content

Commit 9f44020

Browse files
authored
Update Dockerfile
remove the price list
1 parent 738244a commit 9f44020

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,8 @@ COPY --from=builder-base $PYSETUP_PATH $PYSETUP_PATH
110110

111111
COPY src /src/
112112
COPY static /static/
113-
COPY provider_price_list.json test_transactions.csv ./
114113
WORKDIR /src
115114
EXPOSE 8000
116115
# Run the application
117116
CMD uvicorn app:app --proxy-headers --host 0.0.0.0 --port=${PORT:-8000}
118-
#CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "app:app"]
117+
#CMD ["gunicorn", "-k", "uvicorn.workers.UvicornWorker", "app:app"]

0 commit comments

Comments
 (0)