diff --git a/Dockerfile b/Dockerfile index e41b991..c32c235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ FROM alpine:latest WORKDIR /root/ COPY --from=builder /root/vlmcsd/bin/vlmcsd /usr/bin/vlmcsd EXPOSE 1688/tcp -CMD [ "/usr/bin/vlmcsd", "-D" ] \ No newline at end of file +CMD [ "/usr/bin/vlmcsd", "-D", "-d" ] \ No newline at end of file