mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
5 lines
197 B
Docker
5 lines
197 B
Docker
FROM traefik:v2.2.11
|
|
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
|