feat(docker): Add /app/ folder to docker image for volume mounting
This commit is contained in:
parent
39a021bfc1
commit
3dfc5ea020
@ -5,6 +5,10 @@ RUN apt install libssl1.1 openssl ca-certificates
|
||||
|
||||
ADD target/release/telegram-leetbot /bin/.
|
||||
|
||||
RUN mkdir /app/
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
ENV TELEGRAM_BOT_TOKEN="invalid"
|
||||
|
||||
CMD '/bin/telegram-leetbot'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user