Browse Source

fix-workdir

pull/2/head
fedy95 4 years ago
parent
commit
ec5c28950b
  1. 3
      Dockerfile

3
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