mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 18:14:01 +03:00
5e196b45e9
Until we do the required changes to update to v2. Fixes #2258
6 lines
195 B
Docker
6 lines
195 B
Docker
FROM traefik:1.7-alpine
|
|
RUN mkdir -p /etc/traefik/acme
|
|
RUN touch /etc/traefik/acme/acme.json
|
|
RUN chmod 600 /etc/traefik/acme/acme.json
|
|
COPY ./compose/production/traefik/traefik.toml /etc/traefik
|