Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sefarad
dashboard-gsicrawler
Commits
552f6126
Commit
552f6126
authored
Oct 09, 2017
by
Alberto Pascual
Browse files
leaflet-maps added as submodule
parent
aa876d1d
Pipeline
#376
passed with stages
in 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitmodules
View file @
552f6126
[submodule "comment-chart"]
path = elements/comment-chart
url = ../comment-chart
[submodule "demo/elements/leaflet-maps"]
path = demo/elements/leaflet-maps
url = https://github.com/rebla/leaflet-maps
Dockerfile
0 → 100644
View file @
552f6126
from
node:7.10.0
# Install gettext to get envsubst
RUN
apt-get update
&&
apt-get
install
-y
gettext
ENV
NODE_PATH=/tmp/node_modules APP_NAME=dashboard-gsicrawler
# Install dependencies first to use cache
RUN
npm
install
-g
http-server bower
WORKDIR
/usr/src/app/
RUN
mkdir
-p
/etc/ssl/certs
COPY
lab.cluster.gsi.dit.upm.es.crt /usr/local/share/ca-certificates/
RUN
update-ca-certificates
ADD
bower.json /usr/src/app/bower.json
RUN
bower
link
--allow-root
RUN
bower
install
--allow-root
&&
mv
bower_components ..
ADD
. /usr/src/app
CMD
["/usr/src/app/init.sh"]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment