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 b23846c commit 0b3a670Copy full SHA for 0b3a670
Dockerfile
@@ -1,7 +1,8 @@
1
# docker build -t pg-api .
2
-# docker run -p8080:8080 pg-api
+# docker run -t -i -p8080:8080 pg-api
3
4
FROM debian:stable-slim
5
COPY ./bin/start-linux /bin/
6
ENV PG_API_PORT=8080
7
-CMD ["/bin/start-linux"]
+ENTRYPOINT "/bin/start-linux"
8
+EXPOSE 8080
0 commit comments