mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
first commit
This commit is contained in:
5
postgres/Dockerfile
Normal file
5
postgres/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM postgres:15.1
|
||||
|
||||
RUN apt-get update && apt-get install postgresql-contrib
|
||||
|
||||
COPY ./entrypoint.sh /docker-entrypoint-initdb.d/entrypoint.sh
|
||||
Reference in New Issue
Block a user