This website requires JavaScript.
Explore
Help
Sign In
jody
/
alertmon
Watch
1
Star
0
Fork
0
You've already forked alertmon
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
28190b1c8f
alertmon
/
Dockerfile
5 lines
90 B
Docker
Raw
Normal View
History
Unescape
Escape
initial version capable of receiving POST data from Particle Core
2015-06-16 22:52:06 -04:00
FROM
node:0.12.4-onbuild
EXPOSE
3000
Basic SQLite functionality; writing JSON into DB table
2015-06-21 14:04:07 -04:00
RUN
mkdir /usr/src/app/db
VOLUME
[
"/usr/src/app/db"
]
Reference in New Issue
Copy Permalink