Add examples for nodejs and image

This commit is contained in:
2021-03-29 15:01:53 +07:00
parent 032ff3555a
commit 981a8399ad
7 changed files with 44 additions and 0 deletions

View 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"]