Skip to content

Commit b77d277

Browse files
committed
Expose postgresql port
1 parent f215b6b commit b77d277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ FROM docker:stable
33
COPY entrypoint.sh /entrypoint.sh
44
RUN chmod +x /entrypoint.sh
55
ENTRYPOINT ["/entrypoint.sh"]
6+
7+
EXPOSE 5432

0 commit comments

Comments
 (0)