We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba9745 commit aa00047Copy full SHA for aa00047
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.12-slim AS base
+FROM --platform=linux/amd64 python:3.12-slim AS base
2
WORKDIR /code
3
ENTRYPOINT ["/code/src/init.sh"]
4
CMD ["api"]
0 commit comments