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