mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
11 lines
149 B
Docker
11 lines
149 B
Docker
FROM traefik:v2.2
|
|
|
|
LABEL maintainer="Luis Coutinho <luis@luiscoutinho.pt>"
|
|
|
|
WORKDIR /data
|
|
|
|
RUN touch acme.json
|
|
|
|
RUN chmod 600 acme.json
|
|
|
|
VOLUME /data |