Skip to content

Commit

Permalink
Explicitly checked out the Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermanns committed Dec 1, 2018
1 parent 96253be commit eec1e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ WORKDIR /home/node/app

# install the application
RUN git clone https://github.com/nightscout/cgm-remote-monitor.git . && \
git checkout 0.10.3.1 && \
git checkout tags/0.10.3.1 && \
npm install

EXPOSE 1337
Expand Down

0 comments on commit eec1e8b

Please sign in to comment.