mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 13:17:00 +03:00
6 lines
191 B
Docker
6 lines
191 B
Docker
|
FROM traefik: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
|