From 6529299cf019249860dc38d06d38142ff4609cfa Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 14 Oct 2022 23:22:58 +0200 Subject: [PATCH] Dockerfile clean --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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