Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ESA Temp Copy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Aaron Dötsch
ESA Temp Copy
Commits
059a5789
Commit
059a5789
authored
1 year ago
by
Sönke Köster
Committed by
Aaron Dötsch
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Deploy magic
parent
aa16d45e
No related branches found
No related tags found
1 merge request
!1
Deploy magic
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Containerfile
+11
-0
11 additions, 0 deletions
Containerfile
with
11 additions
and
0 deletions
Containerfile
0 → 100644
+
11
−
0
View file @
059a5789
FROM
alpine:latest
RUN
apk update
&&
apk upgrade
&&
apk add git nodejs-current npm pkgconf python3 pixman-dev cairo-dev pango-dev make g++
WORKDIR
/app
RUN
git clone
--branch
master https://git.fsmpi.rwth-aachen.de/aaron/esa-temp-copy .
RUN
npm i
RUN
npm audit fix
RUN
npm run build
EXPOSE
3000
CMD
["/bin/sh", "-c", "git pull && npm i && npm audit fix && npm run build && node /app/build/index.js"]
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