Rename 'function-run' dir to 'environments'
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user