From fb36b3fedf735366965365fcf4cfac488935c8d0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 11 Mar 2022 22:21:56 +0500 Subject: Dockerfile: remove tini docker-compose.yml takes care of that. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index d79cd92..80d45fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,9 @@ FROM alpine:3.15 -RUN apk add --no-cache python3 tini +RUN apk add --no-cache python3 RUN mkdir -p /var/lib/void COPY [".", "/usr/src/"] WORKDIR /usr/src -ENTRYPOINT ["/sbin/tini", "--"] CMD ./server.py --void /var/lib/void/void.state -- cgit v1.2.3