fix: dockerfile get . file
This commit is contained in:
parent
de2400cdf2
commit
684057a2c5
@ -16,7 +16,9 @@ RUN yes y | apt install libopus0
|
|||||||
RUN wget -O dpp.deb https://dl.dpp.dev/
|
RUN wget -O dpp.deb https://dl.dpp.dev/
|
||||||
RUN dpkg -i dpp.deb
|
RUN dpkg -i dpp.deb
|
||||||
|
|
||||||
RUN git clone https://git.chauvet.pro/starnakin/PyMenuBOT /app
|
RUN mkdir /app
|
||||||
|
|
||||||
|
COPY . /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user