From ec5c28950ba78a529245944c39298352480c0edd Mon Sep 17 00:00:00 2001 From: fedy95 Date: Sun, 6 Jun 2021 12:45:00 +0300 Subject: [PATCH] fix-workdir --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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