Skip to content

Commit f4d7f9d

Browse files
committed
fix(release): update Dockerfile
1 parent 35c3aba commit f4d7f9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker run -t -i -p8080:8080 postgres-meta
33

44
FROM debian:stable-slim
5-
COPY ./bin/app-linux /bin/
5+
COPY ./bin/postgres-meta-linux /bin/
66
ENV PG_META_PORT=8080
7-
ENTRYPOINT "/bin/app-linux"
7+
ENTRYPOINT "/bin/postgres-meta-linux"
88
EXPOSE 8080

0 commit comments

Comments
 (0)