wrong cmd

This commit is contained in:
nicco 2018-04-26 17:52:25 +02:00
parent 68875b012e
commit ebe6a40ad8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ WORKDIR /app
RUN apk add --no-cache git python3
RUN git clone https://github.com/instabot-py/instabot.py.git .
RUN python3 -m pip install --no-cache-dir -r requirements.txt
RUN apk del --prune git
RUN apk del --purge git
COPY ./app.py .