Move packages to root dir from src/

This is supposed to work slightly better with go import paths. I think.
This commit is contained in:
Soam Vasani
2016-09-07 14:07:26 -07:00
parent 3cd3dc37e1
commit 2aa4c58556
15 changed files with 0 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# A docker image for the func container.
FROM node:4-onbuild
ADD server.js /usr/src/app/server.js
EXPOSE 8888