use env var in dockerfile
This commit is contained in:
parent
75fbd17761
commit
2f1089976c
@ -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"]
|
||||
ENTRYPOINT ["./PyMenu"]
|
Loading…
Reference in New Issue
Block a user