mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-25 01:15:26 +10:00
initial commit of v5
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FROM postgres:latest
|
||||
|
||||
COPY ./postgresql.conf /etc/postgresql/postgresql.conf
|
||||
|
||||
COPY ./init.sql /docker-entrypoint-initdb.d/
|
||||
|
||||
RUN chown postgres:postgres /etc/postgresql/postgresql.conf && \
|
||||
chmod 644 /etc/postgresql/postgresql.conf
|
||||
|
||||
EXPOSE 5432
|
||||
|
||||
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"]
|
||||
Reference in New Issue
Block a user