mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-17 11:19:20 -04:00
first commit
This commit is contained in:
commit
f4a26dbadc
8 changed files with 457 additions and 0 deletions
8
node_server_example/Dockerfile
Executable file
8
node_server_example/Dockerfile
Executable file
|
@ -0,0 +1,8 @@
|
|||
FROM node:4.4
|
||||
MAINTAINER "bt3"
|
||||
|
||||
EXPOSE 1337
|
||||
|
||||
COPY server.js .
|
||||
|
||||
CMD node server.js
|
Loading…
Add table
Add a link
Reference in a new issue