working in opt folder
This commit is contained in:
parent
33a4dc66f7
commit
9eb3cab5a7
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ FROM python:3.8.11-slim
|
|||
|
||||
ENV DOCKER_KASSOUBOT=True
|
||||
|
||||
WORKDIR /opt
|
||||
|
||||
COPY requirements.txt .
|
||||
RUN apt update && \
|
||||
apt install git -y && \
|
||||
|
|
Reference in a new issue