mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 08:31:38 -04:00
Specifically add files so they can be cached by Docker.
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
FROM node:7.3.0
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
ADD ./bikeshop_project /code
|
||||
ADD ./bikeshop_project/package.json package.json
|
||||
RUN npm install
|
||||
RUN npm install -g bower
|
||||
COPY ./bower.json .
|
||||
ADD ./bikeshop_project/bower.json bower.json
|
||||
RUN bower install --allow-root
|
||||
EXPOSE 3000:3000
|
||||
|
||||
Reference in New Issue
Block a user