diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |