mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-20 01:51:53 +00:00
5 lines
195 B
Docker
5 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
|