slight formatting

This commit is contained in:
Stephen Moloney 2017-01-17 23:48:19 +00:00
parent 00af9fc0e4
commit b88b710f09

View file

@ -11,8 +11,9 @@ ARG SRC_PATH=./
# Copy the app to the image
COPY ${SRC_PATH} ./app
# OS dependencies
RUN apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
RUN \
# OS dependencies
apt-get update -y && apt-get install -y ${BUILD_DEPS} && \
\
# Download nodejs
wget https://nodejs.org/dist/${NODE_VERSION}/node-${NODE_VERSION}-${ARCHICTECTURE}.tar.gz && \