Add only components
This commit is contained in:
parent
6cf53848dd
commit
228fbb982c
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ RUN npm install
|
||||||
RUN npm link typescript
|
RUN npm link typescript
|
||||||
|
|
||||||
# Add static files
|
# Add static files
|
||||||
ADD static/js/directives static/dist
|
ADD static/js/directives/components static/dist/components
|
||||||
|
|
||||||
# Run Webpack
|
# Run Webpack
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
Reference in a new issue