mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-15 22:27:05 +03:00
6 lines
205 B
Docker
6 lines
205 B
Docker
FROM docker.io/traefik:3.1.2
|
|
RUN mkdir -p /etc/traefik/acme \
|
|
&& touch /etc/traefik/acme/acme.json \
|
|
&& chmod 600 /etc/traefik/acme/acme.json
|
|
COPY ./compose/production/traefik/traefik.yml /etc/traefik
|