Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurensRietveld committed Apr 21, 2017
1 parent bbd1e83 commit 930a2e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ RUN pip install -r requirements.txt
COPY ./src ${BRWSR_APP}
ENV CONFIG_FILE=${BRWSR_APP}/app/config.py
RUN cp ${BRWSR_APP}/app/config-template.py ${CONFIG_FILE}
#RUN mkdir -p ${QBER_APP}
#WORKDIR ${QBER_APP}
#
#COPY package.json ${QBER_APP}
#COPY gulpfile.js ${QBER_APP}
#COPY src ${QBER_APP}/src

#RUN npm install && npm run build

COPY entrypoint.sh /sbin/entrypoint.sh
RUN chmod 755 /sbin/entrypoint.sh
Expand Down

0 comments on commit 930a2e9

Please sign in to comment.