mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 14:04:52 +03:00
Fix postgres Dockerfile regression
This commit is contained in:
parent
a3a26e808b
commit
d19e109a08
|
@ -1,4 +1,4 @@
|
||||||
FROM postgres:10.3
|
FROM postgres:{{ cookiecutter.postgresql_version }}
|
||||||
|
|
||||||
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
|
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
|
||||||
RUN chmod +x /usr/local/bin/maintenance/*
|
RUN chmod +x /usr/local/bin/maintenance/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user