fix: dockerfile get . file

This commit is contained in:
starnakin 2023-10-10 14:04:23 +00:00
parent de2400cdf2
commit 684057a2c5

View File

@ -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