mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 08:31:38 -04:00
Refactor webpack into its own docker service.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM node:7.3.0
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
RUN npm install
|
||||
RUN npm install -g bower
|
||||
COPY ./bower.json .
|
||||
RUN bower install --allow-root
|
||||
EXPOSE 3000:3000
|
||||
Reference in New Issue
Block a user