Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-web-application
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
server-components
containers
docker-web-application
Commits
227e5b36
Commit
227e5b36
authored
4 years ago
by
Karsten Prehn
Browse files
Options
Downloads
Patches
Plain Diff
Added Dockerfile
parent
50cabfe5
Branches
master
No related tags found
1 merge request
!1
Added Dockerfile
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+27
-0
27 additions, 0 deletions
Dockerfile
LICENSE
+661
-0
661 additions, 0 deletions
LICENSE
with
688 additions
and
0 deletions
Dockerfile
0 → 100644
+
27
−
0
View file @
227e5b36
# Copyright (C) 2021:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
# General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
FROM
node:latest
RUN
git clone https://git.gfz-potsdam.de/dynamicexposure/completeness/clickpleteness.git /app
WORKDIR
/app
RUN
npm
install
-g
npm@latest
&&
npm
install
&&
npm run build
EXPOSE
8080
CMD
["node", "./srv/server.js"]
This diff is collapsed.
Click to expand it.
LICENSE
0 → 100644
+
661
−
0
View file @
227e5b36
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment