Adding environment variables

main
Félix MIELCAREK 11 months ago
parent 70df62db1b
commit d60e039c79

@ -1,5 +1,8 @@
FROM postgres:latest
ENV POSTGRES_DB=big-brother
ENV POSTGRES_PASSWORD=postgres
COPY init_db.py /docker-entrypoint-initdb.d/
RUN apt-get update && \

Loading…
Cancel
Save