Fixed error in dockerfile
parent
8bf806758f
commit
b37e206ca2
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue