summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
blob: d5c9ac8de63f1de2cc78969537960760173f42f7 (plain)
1
2
3
FROM alpine:3.20
COPY . /src
CMD ["sh", "-c", "cp -a /src/. /theme/ && echo \"Theme synced at $(date)\" && tail -f /dev/null"]