-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4cd11b5
commit 37ee9b3
Showing
8 changed files
with
15 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The dependencies in this project are resolved by Maven pom.xml and package.json. Copyrights from those projects are included [here](http://predixdev.github.io/rmd-ref-app-copyright/). This list may be a superset of projects actually referenced by this project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ FROM node:10-alpine | |
LABEL maintainer="Predix Builder Relations" | ||
LABEL hub="https://hub.docker.com" | ||
LABEL org="https://hub.docker.com/u/predixadoption" | ||
LABEL version="1.0.15" | ||
LABEL version="1.0.16" | ||
LABEL support="https://forum.predix.io" | ||
LABEL license="https://github.com/PredixDev/predix-docker-samples/blob/master/LICENSE.md" | ||
|
||
|
@@ -27,6 +27,7 @@ RUN node -v | |
|
||
RUN npm cache clean --force | ||
RUN npm install | ||
RUN npm install [email protected] | ||
RUN bower install --allow-root | ||
# RUN gulp dist | ||
RUN ./node_modules/gulp/bin/gulp.js dist | ||
|
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters