FROM node:current-alpine RUN npm -g install browser-sync WORKDIR /data EXPOSE 3000 3001 ENTRYPOINT ["browser-sync"]