FROM postgres:latest RUN chmod 777 /var/lib/postgresql/data EXPOSE 5432 CMD ["postgres", "-D", "/var/lib/postgresql/data"]