Skip to content

Instantly share code, notes, and snippets.

View mgranberry's full-sized avatar

Matthias Granberry mgranberry

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ecc1
ecc1 / Dockerfile
Created June 4, 2015 17:25
Dockerfile for Nightscout cgm-remote-monitor
FROM debian:latest
RUN apt-get update
RUN apt-get install -y git npm
# make sure nodejs binary is available as node
RUN cd /usr/bin && ln -s nodejs node
COPY . /src