FROM node:lts-slim AS build RUN useradd -m app USER root RUN npm i -g tkserver USER app WORKDIR /home/app/twikoo CMD ["tkserver"]