mirror of
https://github.com/cupcakearmy/docker-instabot.git
synced 2024-12-22 07:16:24 +00:00
wrong cmd
This commit is contained in:
parent
68875b012e
commit
ebe6a40ad8
@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
RUN apk add --no-cache git python3
|
RUN apk add --no-cache git python3
|
||||||
RUN git clone https://github.com/instabot-py/instabot.py.git .
|
RUN git clone https://github.com/instabot-py/instabot.py.git .
|
||||||
RUN python3 -m pip install --no-cache-dir -r requirements.txt
|
RUN python3 -m pip install --no-cache-dir -r requirements.txt
|
||||||
RUN apk del --prune git
|
RUN apk del --purge git
|
||||||
|
|
||||||
COPY ./app.py .
|
COPY ./app.py .
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user