diff --git a/Dockerfile b/Dockerfile index d1ffdbb..3aa4bf6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,12 +18,10 @@ RUN dpkg -i dpp.deb RUN mkdir /app -COPY . /app +RUN git clone https://git.chauvet.pro/starnakin/PyMenuBOT WORKDIR /app RUN make -COPY src/config.h src/config.h - -ENTRYPOINT ["./PyMenu", "$BOT_TOKEN"] \ No newline at end of file +ENTRYPOINT ["./PyMenu"] \ No newline at end of file