8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b2e70 commit 0d6da4bCopy full SHA for 0d6da4b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM debian:stable-slim
+FROM --platform=linux/amd64 debian:stable-slim
2
COPY bin/postgres-meta-linux /bin/postgres-meta
3
ENV PG_META_PORT=8080
4
ENTRYPOINT ["postgres-meta"]
0 commit comments