mirror of
https://github.com/Paillat-dev/Botator.git
synced 2026-01-02 01:06:19 +00:00
Update Dockerfile
This commit is contained in:
@@ -13,7 +13,8 @@ WORKDIR /app
|
||||
# we copy just the requirements.txt first to leverage Docker cache
|
||||
COPY requirements.txt .
|
||||
|
||||
# Install pip requirements
|
||||
# Install pip requirements + git
|
||||
RUN apt update && apt install git
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user