FROM node:6.12.3-slim EXPOSE 8080 COPY configs.json . COPY secrets.json . COPY server_v3.js . CMD node server_v3.js