mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 08:31:38 -04:00
Add folder for build.
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user