diff --git a/Dockerfile b/Dockerfile index 450ebd3..a5d3689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM node:16-buster-slim -#RUN apt update && apt install -y git python && apt clean RUN npm i bittorrent-tracker -g COPY --chown=node:node . /home/node/wtshare USER node