Gitiles
Code Review
Sign In
review.sourcearcade.org
/
sourcearcade
/
5d7a1cbe7796bc840046a43d33527f78359091c1
/
.
/
postgres
/
docker
/
Dockerfile
blob: 4b4874f96853342b2276a3efb9ef8b9fe9992d5c [
file
] [
log
] [
blame
]
Nico Huber
5d7a1cb
2023-07-23 19:36:14 +0000
[
diff
] [
blame^
]
1
FROM postgres
:
15
-
alpine
2
3
COPY entrypoint
/
sa
-
entrypoint
4
RUN chmod
544
/
sa
-
entrypoint
5
6
ENTRYPOINT
[
"/bin/sh"
,
"/sa-entrypoint"
]
7
CMD
[
"postgres"
]