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 748481f commit 117c06aCopy full SHA for 117c06a
Dockerfile
@@ -2,7 +2,7 @@
2
# docker run -t -i -p8080:8080 postgres-meta
3
4
FROM debian:stable-slim
5
-COPY ./bin/postgres-meta-linux /bin/
+COPY ./bin/postgres-meta-linux .
6
ENV PG_META_PORT=8080
7
-ENTRYPOINT "/bin/postgres-meta-linux"
+ENTRYPOINT "./postgres-meta-linux"
8
EXPOSE 8080
0 commit comments