mirror of
https://github.com/autistic-symposium/backend-and-orchestration-toolkit.git
synced 2025-06-08 15:02:55 -04:00
8 lines
98 B
Docker
Executable file
8 lines
98 B
Docker
Executable file
FROM node:4.4
|
|
MAINTAINER "Mia von Steinkirch"
|
|
|
|
EXPOSE 1337
|
|
|
|
COPY server.js .
|
|
|
|
CMD node server.js
|