Skip to content

Commit

Permalink
Fix Dockerfile error
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskr committed May 19, 2018
1 parent e667f8d commit 4efdc11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Expand Up @@ -27,12 +27,6 @@ RUN apt-get update \
############################
### Install Dependencies ###
############################
WORKDIR ${API_DIR}/plyara
RUN python3 setup.py test \
&& python3 setup.py install \
&& rm -r ${API_DIR}/plyara \
&& rm -r ${API_DIR}/configs

WORKDIR ${API_DIR}
RUN echo "Installing NodeJS version ${NODE_VERSION}" \
&& npm cache clean -f \
Expand Down

0 comments on commit 4efdc11

Please sign in to comment.