initial commit

Este commit está contenido en:
ale
2022-10-14 23:13:16 +02:00
commit d601f329e8
Se han modificado 9 ficheros con 265 adiciones y 0 borrados

8
Dockerfile Archivo normal
Ver fichero

@@ -0,0 +1,8 @@
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
WORKDIR /home/node/wtshare
RUN npm i
ENTRYPOINT ["/bin/bash", "/home/node/wtshare/entrypoint.sh"]