Added docker file
This commit is contained in:
parent
f4ce6a3d81
commit
aec0c72f9c
15
Dockerfile
15
Dockerfile
@ -1 +1,14 @@
|
|||||||
# TODO
|
FROM debian
|
||||||
|
|
||||||
|
RUN apt update
|
||||||
|
RUN apt install libssl1.1 openssl ca-certificates
|
||||||
|
|
||||||
|
ADD target/release/rollux /bin/.
|
||||||
|
|
||||||
|
RUN mkdir /app/
|
||||||
|
|
||||||
|
WORKDIR /app/
|
||||||
|
|
||||||
|
ENV DISCORD_TOKEN="invalid"
|
||||||
|
|
||||||
|
CMD '/bin/rollux'
|
||||||
Loading…
Reference in New Issue
Block a user