index
:
soc_collector.git
fastapi
fastapi_pytest
feature.callhome
feature.job_scheduler
feature.scanners
khn.jwt
khn.nginx_wsgi
linus/debian11
main
victor_updates
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docker
/
postgres
/
Dockerfile
blob: 1699f02d99a59408f93820ce6bd776801095b82b (
plain
)
1
2
3
4
5
FROM postgres:14 COPY schema.sql /docker-entrypoint-initdb.d/ EXPOSE 5432