diff --git a/Dockerfile b/Dockerfile index db135c1..08b3aed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,8 @@ RUN apt-get update && apt-get install -y \ python3-pip \ nginx-light \ curl \ - apt-transport-https + apt-transport-https \ + git COPY . /app WORKDIR /app