We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c3aba commit f4d7f9dCopy full SHA for f4d7f9d
Dockerfile
@@ -2,7 +2,7 @@
2
# docker run -t -i -p8080:8080 postgres-meta
3
4
FROM debian:stable-slim
5
-COPY ./bin/app-linux /bin/
+COPY ./bin/postgres-meta-linux /bin/
6
ENV PG_META_PORT=8080
7
-ENTRYPOINT "/bin/app-linux"
+ENTRYPOINT "/bin/postgres-meta-linux"
8
EXPOSE 8080
0 commit comments