FROM node:alpine COPY . /krakenbot WORKDIR /krakenbot RUN pwd RUN npm install CMD npm run stack