docker: add minimum Dockerfile
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
566dc49505
commit
29f8158821
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM node:8
|
||||||
|
|
||||||
|
COPY . /img
|
||||||
|
WORKDIR /img
|
||||||
|
RUN npm i
|
||||||
|
EXPOSE 9119
|
||||||
|
CMD node index.js
|
Loading…
Reference in New Issue
Block a user