aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 1 insertions, 2 deletions
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