mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-06-18 20:48:28 +03:00
build fixes
This commit is contained in:
@@ -35,7 +35,7 @@ RUN apt-get update \
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /opt/venv /opt/venv
|
COPY --from=builder /opt/venv /opt/venv
|
||||||
COPY proxy ./proxy
|
COPY proxy ./proxy
|
||||||
COPY README.md LICENSE ./
|
COPY docs/README.md LICENSE ./
|
||||||
|
|
||||||
USER app
|
USER app
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ name = "tg-ws-proxy"
|
|||||||
dynamic=["version"]
|
dynamic=["version"]
|
||||||
|
|
||||||
description = "Telegram Desktop WebSocket Bridge Proxy"
|
description = "Telegram Desktop WebSocket Bridge Proxy"
|
||||||
readme = "README.md"
|
readme = "docs/README.md"
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
|
|
||||||
license = { name = "MIT", file = "LICENSE" }
|
license = { name = "MIT", file = "LICENSE" }
|
||||||
|
|||||||
Reference in New Issue
Block a user