first commit

This commit is contained in:
2024-10-27 11:05:49 +01:00
commit aad470966f
2 changed files with 18 additions and 0 deletions

8
Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM node:16
LABEL author="Michele e Andrea"
RUN npm i -g @internxt/cli
CMD internxt login -e ${INTERNXT_EMAIL} -p ${INTERNXT_PASSWD} && internxt webdav enable && tail -f /root/.internxt-cli/logs/internxt-webdav-combined.log