diff --git a/Dockerfile b/Dockerfile index 40ef77a..adf25e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ FROM alpine +WORKDIR /src RUN \ apk add --no-cache git && \ git clone https://github.com/acmesh-official/acme.sh.git && \ apk del git -WORKDIR /ache.sh +WORKDIR /src/acme.sh