add some examples

This commit is contained in:
Mia Steinkirch 2019-09-29 21:50:23 -07:00
parent 2a076a7d9a
commit ae742e3ee9
21 changed files with 336 additions and 374 deletions

8
node-server-example/Dockerfile Executable file
View file

@ -0,0 +1,8 @@
FROM node:4.4
MAINTAINER "bt3"
EXPOSE 1337
COPY server.js .
CMD node server.js