FROM node:alpine WORKDIR / RUN apk add --no-cache git openssh COPY . . RUN yarn RUN yarn build CMD ["yarn", "docker:start"]