mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-18 19:04:51 +03:00
removed typos in database dockerfiles
This commit is contained in:
parent
800ba9258b
commit
8307752698
|
@ -1,4 +1,4 @@
|
||||||
FROM mysql:{{ cookiecutter.cookiecutter.database_version.lower()|split('@')[1] }}
|
FROM mysql:{{ cookiecutter.database_version.lower()|split('@')[1] }}
|
||||||
|
|
||||||
COPY ./compose/production/mysql/maintenance /usr/local/bin/maintenance
|
COPY ./compose/production/mysql/maintenance /usr/local/bin/maintenance
|
||||||
RUN chmod +x /usr/local/bin/maintenance/*
|
RUN chmod +x /usr/local/bin/maintenance/*
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM postgres:{{ cookiecutter.cookiecutter.database_version.lower()|split('@')[1] }}
|
FROM postgres:{{ cookiecutter.database_version.lower()|split('@')[1] }}
|
||||||
|
|
||||||
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