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 f215b6b commit b77d277Copy full SHA for b77d277
Dockerfile
@@ -3,3 +3,5 @@ FROM docker:stable
3
COPY entrypoint.sh /entrypoint.sh
4
RUN chmod +x /entrypoint.sh
5
ENTRYPOINT ["/entrypoint.sh"]
6
+
7
+EXPOSE 5432
0 commit comments