Add folder for build.

This commit is contained in:
Drew Larson
2017-01-01 17:24:15 -06:00
parent eb419e7e96
commit f60bef26c1
+1
View File
@@ -1,6 +1,7 @@
FROM node:7.3.0
RUN mkdir /code
WORKDIR /code
ADD ./bikeshop_project /code
RUN npm install
RUN npm install -g bower
COPY ./bower.json .