fix: dockerfile clone dir

This commit is contained in:
starnakin 2023-10-11 19:33:55 +00:00
parent 2f1089976c
commit 9bf46c857c

View File

@ -18,7 +18,7 @@ RUN dpkg -i dpp.deb
RUN mkdir /app
RUN git clone https://git.chauvet.pro/starnakin/PyMenuBOT
RUN git clone https://git.chauvet.pro/starnakin/PyMenuBOT /app
WORKDIR /app