Add examples for nodejs and image
This commit is contained in:
10
examples/sayhello/Dockerfile
Normal file
10
examples/sayhello/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM cubetiq/calpine-node:latest
|
||||
LABEL maintainer="sombochea@cubetiqs.com"
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . /usr/src/app
|
||||
|
||||
RUN yarn
|
||||
|
||||
CMD [ "node" , "index.js"]
|
||||
Reference in New Issue
Block a user