Skip to content

Commit

Permalink
Merge pull request #4 from akeshavan/cloudcontrol_config
Browse files Browse the repository at this point in the history
fix: new dockerfile for new meteor
  • Loading branch information
ltirrell authored Jun 23, 2017
2 parents d0b156c + b514bd7 commit b2bf2d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion imports/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ RUN apt-get install -y git

ENV MC_DIR /home/mindcontrol
ENV LC_ALL C
RUN npm install -g npm install http-server -g

RUN mkdir -p ${MC_DIR} &&\
cd ${MC_DIR} &&\
git clone https://github.com/clowdcontrol/mindcontrol.git ${MC_DIR}


EXPOSE 3000
WORKDIR ${MC_DIR}
ENTRYPOINT ["meteor"]
ENTRYPOINT ["meteor", "--settings", "settings_freesurfer.json"]
#ENTRYPOINT ["ls", "-la"]

0 comments on commit b2bf2d2

Please sign in to comment.