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