Dockerfile clean

This commit is contained in:
ale 2022-10-14 23:22:58 +02:00
parent 158874887f
commit 6529299cf0

View File

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