mirror of https://github.com/telemt/telemt.git
Update Dockerfile
This commit is contained in:
parent
f1cc8d65f2
commit
1450af60a0
|
|
@ -10,6 +10,7 @@ FROM debian:12-slim AS minimal
|
|||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
binutils \
|
||||
curl \
|
||||
xz-utils \
|
||||
ca-certificates \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
\
|
||||
|
|
@ -68,4 +69,4 @@ USER nonroot:nonroot
|
|||
EXPOSE 443 9090 9091
|
||||
|
||||
ENTRYPOINT ["/app/telemt"]
|
||||
CMD ["config.toml"]
|
||||
CMD ["config.toml"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue