docs: Added readme

This commit is contained in:
2026-04-17 10:03:47 +02:00
parent 8553c710f2
commit b1ff10916b
2 changed files with 23 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ RUN apt-get update && apt-get install -y libssl3 ca-certificates && rm -rf /var/
WORKDIR /app
COPY --from=builder /build/target/release/omegle-matrix-client /app/
COPY config.toml /app/config.toml
RUN mkdir -p /data && chown -R 1000:1000 /data