mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
update
This commit is contained in:
parent
f8d580f6d1
commit
b978f70041
2 changed files with 4 additions and 0 deletions
2
.github/buildkit.toml
vendored
2
.github/buildkit.toml
vendored
|
@ -0,0 +1,2 @@
|
|||
[worker.oci]
|
||||
max-parallelism = 4
|
|
@ -41,4 +41,6 @@ COPY --from=builder /go/bin/teldrive /go/bin/teldrive
|
|||
|
||||
USER appuser:appuser
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["/go/bin/teldrive"]
|
Loading…
Reference in a new issue