Skip to content

Commit aa00047

Browse files
committed
refactor: increase attempts caused by cosmos db rate limiting
1 parent aba9745 commit aa00047

File tree

3 files changed

+957
-777
lines changed

3 files changed

+957
-777
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-slim AS base
1+
FROM --platform=linux/amd64 python:3.12-slim AS base
22
WORKDIR /code
33
ENTRYPOINT ["/code/src/init.sh"]
44
CMD ["api"]

0 commit comments

Comments
 (0)