FROM mhart/alpine-node:10.15.3
WORKDIR /usr/src
COPY package.json ./package.json
COPY ./ ./
RUN npm publish
