Fixed error in dockerfile

main
David 2023-01-08 16:51:44 +01:00
parent 8bf806758f
commit b37e206ca2
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
FROM debian:stable-slim
ARG package
ADD $package ./
COPY list.txt .
RUN chmod +x matrix-modbot
RUN touch config.ini
CMD ["./matrix-modbot", "config.ini"]