Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HUB Terra
SMS
Frontend
Commits
d3e7226d
Commit
d3e7226d
authored
3 years ago
by
Kotyba Alhaj Taha
Browse files
Options
Downloads
Plain Diff
Merge branch 'revert-
aefafab4
' into 'master'
Revert "Merge branch 'UFZ_test_deploy' into 'master'" See merge request
!167
parents
aefafab4
69752dd9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!167
Revert "Merge branch 'UFZ_test_deploy' into 'master'"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker/deployment/ufz/Dockerfile
+17
-1
17 additions, 1 deletion
docker/deployment/ufz/Dockerfile
with
17 additions
and
1 deletion
docker/deployment/ufz/Dockerfile
+
17
−
1
View file @
d3e7226d
...
...
@@ -26,7 +26,7 @@
# implied. See the Licence for the specific language governing
# permissions and limitations under the Licence.
FROM
node:16.0.0-buster
FROM
node:16.0.0-buster
as
js-builder
# First the urls for sms backend and cv backend
ARG
SMS_BACKEND_URL_ARG
...
...
@@ -59,3 +59,19 @@ COPY . /smsfrontend
WORKDIR
/smsfrontend
RUN
npm ci
RUN
npm run build
FROM
nginx:alpine
as
webserver
ARG
BUILD_DATE
ARG
VCS_REF
LABEL
maintainer="Martin Abbrent <martin.abbrent@ufz.de>" \
org.opencontainers.image.title="Sensor management frontend" \
org.opencontainers.image.authors=" \
Marc Hanisch <marc.hanisch@gfz-potsdam.de> \
Nils Brinckmann <nils.brinckmann@gfz-potsdam.de> \
Kotyba Alhaj Taha <kotyba.alhaj-taha@ufz.de>" \
org.opencontainers.image.revision=$VCS_REF \
org.opencontainers.image.created=$BUILD_DATE
COPY
--from=js-builder /smsfrontend/dist/ /usr/share/nginx/html/rdm/svm
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