FROM node:20-alpine WORKDIR /app RUN npm install @filen/webdav@latest COPY . . EXPOSE 1900 CMD ["node", "start.mjs"]