This commit is contained in:
divyam234 2023-08-16 04:03:28 +05:30
parent f8d580f6d1
commit b978f70041
2 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
[worker.oci]
max-parallelism = 4

View file

@ -41,4 +41,6 @@ COPY --from=builder /go/bin/teldrive /go/bin/teldrive
USER appuser:appuser USER appuser:appuser
EXPOSE 8080
ENTRYPOINT ["/go/bin/teldrive"] ENTRYPOINT ["/go/bin/teldrive"]