diff --git a/Dockerfile b/Dockerfile index 797d41a..98be48a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,9 @@ RUN yes y | apt install libopus0 RUN wget -O dpp.deb https://dl.dpp.dev/ RUN dpkg -i dpp.deb -RUN git clone https://git.chauvet.pro/starnakin/PyMenuBOT /app +RUN mkdir /app + +COPY . /app WORKDIR /app