1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 01:13:22 -05:00

Add folder for build.

This commit is contained in:
Drew Larson 2017-01-01 17:24:15 -06:00
parent eb419e7e96
commit f60bef26c1

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 .