FROM node:current-alpine RUN npm install -g json-server COPY json-server.json json-server.json EXPOSE 3000