8 lines
140 B
Docker
8 lines
140 B
Docker
|
FROM traefik:1.7.5-alpine
|
||
|
|
||
|
LABEL maintainer="Luis Coutinho <luis@luiscoutinho.pt>"
|
||
|
|
||
|
COPY traefik.toml acme.json /
|
||
|
|
||
|
RUN chmod 600 /acme.json
|